[mod] one day, we might want to move to python3
This commit is contained in:
parent
458d3e54ad
commit
a0d62a82be
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user