From cf29ebae081d70bf616b08d5f261b2e77757d34c Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Sat, 8 Oct 2016 17:02:04 +0200 Subject: [PATCH] Temporaly disabled utility functions. --- generate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generate.py b/generate.py index a54c93d..7bd11a1 100755 --- a/generate.py +++ b/generate.py @@ -84,7 +84,8 @@ def create_header(headerfile, experiment, destination): """ with open(headerfile, 'r') as header_template: template = header_template.read() - header_txt = pystache.render(template, experiment, UtilityFunctions()) + #header_txt = pystache.render(template, experiment, UtilityFunctions()) + header_txt = pystache.render(template, experiment) with open(destination, 'w') as header: print(header_txt, file=header) -- libgit2 0.26.0