From 0ed6d47ef0c379d8d6f170d46bbd3a1b4f66c00a Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 18 Feb 2016 06:39:49 +0100 Subject: [PATCH] [mod] trailing spaces --- prosopopee/prosopopee.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 37bc31f..779eb7e 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -151,10 +151,10 @@ def main(): error(isinstance(settings, dict), "Your settings.yaml should be a dict") error(settings.get("title"), "You should specify a title in your main settings.yaml") - + if settings.get("gm_settings"): gm_settings.update( settings.get("gm_settings") ) - + front_page_galleries_cover = [] 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()))