[mod] one day, we might want to move to python3

This commit is contained in:
Laurent Peuch 2016-05-04 09:57:35 +02:00
parent 458d3e54ad
commit a0d62a82be

View File

@ -154,7 +154,7 @@ class Image(object):
if not options["auto-orient"] and not options["strip"]: if not options["auto-orient"] and not options["strip"]:
shutil.copyfile(source, target) shutil.copyfile(source, target)
print source, "->", target print("%s%s%s" % (source, "->", target))
else: else:
# Do not consider quality settings here, since we aim to copy the input image # Do not consider quality settings here, since we aim to copy the input image
# better to preserve input encoding setting # better to preserve input encoding setting