Add context debug in export
parent
1b1de3b5b9
commit
cadb53e3b4
|
@ -17,6 +17,7 @@ def generate_outfile(
|
||||||
# Template rendering
|
# Template rendering
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
log.info("Generating SVG using '{}' template".format(templatename))
|
log.info("Generating SVG using '{}' template".format(templatename))
|
||||||
|
log.debug("Context : {}".format(context))
|
||||||
|
|
||||||
log.debug(
|
log.debug(
|
||||||
"Initializing jinja2 with template dir '{}'" \
|
"Initializing jinja2 with template dir '{}'" \
|
||||||
|
|
Loading…
Reference in New Issue