summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-29 17:10:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-29 17:10:31 +0200
commit49676b03fa60624f8089c2ab4c59460092134009 (patch)
tree9bdf59c65230eae2eaa79c02df075834fd55fce0 /src
parentdecklink template (diff)
fixed whitespaces at templates
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)