summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/flufigut.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flufigut.py b/src/flufigut.py
index e68c047..da2e3ae 100755
--- a/src/flufigut.py
+++ b/src/flufigut.py
@@ -133,7 +133,7 @@ flow['streamer'] = {}
### initialize and render templates #############################
#
-env = Environment(loader=FileSystemLoader('../templates/%s/' % (sys.argv[1])))
+env = Environment(loader=FileSystemLoader('../templates/%s/' % (sys.argv[1])), line_statement_prefix = '%%')
template = env.get_template('planet.xml')
planet = template.render(globals=config['globals'], atmosphere=atmosphere, flow=flow)