mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 04:35:23 +02:00
...
This commit is contained in:
parent
54d688ba07
commit
a4d185ec72
1 changed files with 1 additions and 0 deletions
|
|
@ -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.')
|
||||
|
|
|
|||
Loading…
Reference in a new issue