SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.39k stars 319 forks source link

fixed int/string is not a callable in management command #462

Closed lenz closed 7 years ago

lenz commented 7 years ago

"type" argument of "add_argument" function was of wrong type (see diff). Management command "thumbnail-cleanup" throws "int is not a callable" exception when running. At least in current versions of Python 2 and 3.

wismill commented 7 years ago

Hi, I can confirm the error and the fix. The automated check failed with configuration "old-lts", which uses Python 2.6. Python 2.6 does not support argparse at all!

wismill commented 7 years ago

Duplicate: #450