summaryrefslogtreecommitdiffstats
path: root/cobbler4j/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler4j/build.py')
-rw-r--r--cobbler4j/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler4j/build.py b/cobbler4j/build.py
index 40292aef..c010f44a 100644
--- a/cobbler4j/build.py
+++ b/cobbler4j/build.py
@@ -81,7 +81,7 @@ def template_to_disk(infile, vars, outfile):
errorCatcher="Echo",
searchList=[vars]
)
- out_data = str(template)
+ out_data = template.respond()
fd = open(outfile, "w+")
fd.write(out_data)
fd.close()