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

Changed type values to callables #445

Closed 2martens closed 7 years ago

2martens commented 7 years ago

The ArgumentParser requires a callable as value for type when building an argument. Therefore I have changed the 'int' and 'string' values to int and str respectively. This fixes a parsing error.


This change is Reviewable