mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
54d688ba07
commit
a4d185ec72
@ -236,6 +236,7 @@ class PDFWriter(QObject):
|
|||||||
except:
|
except:
|
||||||
self.log.exception('Rendering failed')
|
self.log.exception('Rendering failed')
|
||||||
self.loop.exit(1)
|
self.loop.exit(1)
|
||||||
|
return
|
||||||
else:
|
else:
|
||||||
# The document is so corrupt that we can't render the page.
|
# The document is so corrupt that we can't render the page.
|
||||||
self.logger.error('Document cannot be rendered.')
|
self.logger.error('Document cannot be rendered.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user