From ebbd904afe1e4f68236b309d53c89e067fea8864 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 4 May 2016 10:03:18 +0200 Subject: [PATCH] [mod] pep8 --- prosopopee/prosopopee.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 51330ed..ea54952 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -239,7 +239,7 @@ def main(): templates = Environment(loader=FileSystemLoader([ prosopopee_templates_dir, project_templates_dir - ])) + ])) index_template = templates.get_template("index.html") gallery_index_template = templates.get_template("gallery-index.html") @@ -277,7 +277,7 @@ def main(): "date": gallery_settings.get("date", ""), "tags": gallery_settings.get("tags", ""), "cover": cover_image_path, - }) + }) if not os.path.exists(os.path.join("build", gallery)): os.makedirs(os.path.join("build", gallery))