Fix #25
This commit is contained in:
parent
8c86a7b374
commit
1e77732d5a
1 changed files with 15 additions and 15 deletions
|
|
@ -463,7 +463,7 @@ class Renderer(object):
|
||||||
self.log.error('Error rendering template:\n%s',
|
self.log.error('Error rendering template:\n%s',
|
||||||
xml_document.toprettyxml(), exc_info=True)
|
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
|
raise
|
||||||
finally:
|
finally:
|
||||||
self.log.debug('Rendering xml object finished')
|
self.log.debug('Rendering xml object finished')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue