This commit is contained in:
Kovid Goyal 2013-01-31 22:55:43 +05:30
parent 54d688ba07
commit a4d185ec72

View file

@ -236,6 +236,7 @@ def render_html(self, ok):
except:
self.log.exception('Rendering failed')
self.loop.exit(1)
return
else:
# The document is so corrupt that we can't render the page.
self.logger.error('Document cannot be rendered.')