Closed miigotu closed 7 years ago
argparse's type argument expects a callable, not a string representing a type Fixes Error parsing command thumbnail_cleanup: 'int' is not callable https://docs.python.org/3/library/argparse.html https://docs.python.org/2/library/argparse.html
Error parsing command thumbnail_cleanup: 'int' is not callable
@SmileyChris can you merge this please?
I've just wanted to create exactly the same PR. You were month faster @miigotu ;)
@SmileyChris :+1: for merging it to master.
+1
@SmileyChris, any chance to have it merged? Do You plan to release 2.4.2?
argparse's type argument expects a callable, not a string representing a type Fixes
Error parsing command thumbnail_cleanup: 'int' is not callable
https://docs.python.org/3/library/argparse.html https://docs.python.org/2/library/argparse.html@SmileyChris can you merge this please?