From cadb53e3b489deb64947f71655435381c8580bb1 Mon Sep 17 00:00:00 2001 From: Lertsenem Date: Sat, 25 Jul 2020 14:51:04 +0200 Subject: [PATCH] Add context debug in export --- lokrez/export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lokrez/export.py b/lokrez/export.py index 9bc0fd7..5a80f91 100644 --- a/lokrez/export.py +++ b/lokrez/export.py @@ -17,6 +17,7 @@ def generate_outfile( # Template rendering # ------------------------------------------------------------------------- log.info("Generating SVG using '{}' template".format(templatename)) + log.debug("Context : {}".format(context)) log.debug( "Initializing jinja2 with template dir '{}'" \