This commit is contained in:
Christopher Ramírez 2015-12-04 09:03:25 -06:00
parent 8c86a7b374
commit 1e77732d5a

View file

@ -463,7 +463,7 @@ class Renderer(object):
self.log.error('Error rendering template:\n%s',
xml_document.toprettyxml(), exc_info=True)
self.log.error('Unescaped template was:\n{}'.format(template_string))
self.log.error('Unescaped template was:\n{0}'.format(template_string))
raise
finally:
self.log.debug('Rendering xml object finished')