From a0d62a82be1542354bbebcedec86143d8732b9da Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 4 May 2016 09:57:35 +0200 Subject: [PATCH] [mod] one day, we might want to move to python3 --- prosopopee/prosopopee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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