From ac8fc9ff46f7eeacb8c224092d273b2bdce667a4 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 1 Nov 2016 11:33:27 +0100 Subject: [PATCH] [mod] TODO comments --- prosopopee/prosopopee.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index af76150..3e5481d 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -368,7 +368,8 @@ def build_gallery(settings, gallery_settings, gallery_path, template): link=gallery_path ).encode("Utf-8")) - #Build light mode gallery + # XXX shouldn't this be a call to build_gallery? + # Build light mode gallery if gallery_settings.get("light_mode", False) or ( settings["settings"].get("light_mode", False) and\ gallery_settings.get("light_mode") is None