make sure size is a tuple

This commit is contained in:
Rodney Ewing 2013-08-16 15:08:21 -07:00
parent 0a8c0c704d
commit 931fa43fbc

View File

@ -100,7 +100,7 @@ def resize_tool(entry,
or exif_image_needs_rotation(exif_tags):
resize_image(
entry, im, unicode(keyname), target_name,
new_size,
tuple(new_size),
exif_tags, conversions_subdir,
quality, filter)