Commit e1c898ff by Ned Batchelder Committed by David Baumgold

Remove unneeded .write() method

parent bc13f450
......@@ -86,5 +86,5 @@ try:
except TemplateLookupException:
pass
else:
content.write(tmpl.render_context(context))
tmpl.render_context(context)
%></%def>
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