mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-03 05:20:23 +00:00
PEP 3110 compat
This commit is contained in:
parent
6582794408
commit
654867c3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ well as "a:b" and "a:b:c".""")
|
|||
try:
|
||||
# TODO: Allow other validation actions through command option
|
||||
file.generate()
|
||||
except Exception, err:
|
||||
except Exception as err:
|
||||
# TODO: How should we handle failures? Don't want to error, but should call it out more than this.
|
||||
self.stdout.write(' FAILED: %s\n' % err)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue