From bf8adf4a65427b5b5d1dad4a4542bb0888b73034 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Mon, 2 May 2016 17:08:41 +0200 Subject: [PATCH] fix error message --- prosopopee/prosopopee.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index e6f9fd0..0174071 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -163,8 +163,8 @@ class Image(object): def main(): for i in ['gm', 'ffmpeg']: if os.system("which " + i +" > /dev/null") != 0: - sys.stderr.write("ERROR: I can't locate the "+ i +" binary, I won't be able to resize " - "images, please install the '" + i + "' package.\n") + sys.stderr.write("ERROR: I can't locate the "+ i +" binary, + please install the '" + i + "' package.\n") sys.exit(1) error(os.path.exists(os.path.join(os.getcwd(), "settings.yaml")), "I can't find a "