From a8c4a0f76f8321b5ca1bf3f2ee7f7ec93fe5c4ca Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 18 Apr 2016 19:43:37 +0200 Subject: [PATCH] [mod] lisibility --- prosopopee/prosopopee.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 8c079c0..3bcbb15 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -110,7 +110,9 @@ def main(): dirs = filter(lambda x: x not in (".", "..") and os.path.isdir(x) and os.path.exists(os.path.join(os.getcwd(), x, "settings.yaml")), os.listdir(os.getcwd())) - error(dirs, "I can't find at least one directory with a settings.yaml in the current working directory (NOT the settings.yaml in your current directory, but one INSIDE A DIRECTORY in your current working directory), you don't have any gallery?") + error(dirs, "I can't find at least one directory with a settings.yaml in the current working" + "directory (NOT the settings.yaml in your current directory, but one INSIDE A" + "DIRECTORY in your current working directory), you don't have any gallery?") if not os.path.exists("build"): os.makedirs("build")