X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b79a206b79a5e805ad06f9103977e19589b66758..a169ba7caa0d9d83fddcbad5ed05f536e0ca1b9e:/src/picture/templatetags/picture_tags.py diff --git a/src/picture/templatetags/picture_tags.py b/src/picture/templatetags/picture_tags.py index a766b44d9..973d862f9 100644 --- a/src/picture/templatetags/picture_tags.py +++ b/src/picture/templatetags/picture_tags.py @@ -57,7 +57,7 @@ def area_thumbnail_url(area, geometry): crop="%dpx %dpx %dpx %dpx" % tuple(map(lambda d: max(0, d), tuple(coords[0] + coords[1])))) except ZeroDivisionError: return '' - except Exception, e: + except Exception as e: logging.exception("Error creating a thumbnail for PictureArea") return ''