Commit 10b9faef authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f0515363
......@@ -221,7 +221,7 @@ class Recipe():
template_object = env.template_class.from_code(env,
compiled_source,
env.make_globals(None), None)
print(self.context)
#print(self.context)
return template_object.render(**self.context).encode(self.encoding)
def install(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment