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