mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f77df61e65
commit
288ef018df
@ -250,7 +250,7 @@ class Pool(Thread):
|
||||
worker.set_common_data(self.common_data)
|
||||
except Exception:
|
||||
import traceback
|
||||
self.terminal_failure = TerminalFailure('Worker process crashed while sending common data', traceback.format_exc())
|
||||
self.terminal_failure = TerminalFailure('Worker process crashed while sending common data', traceback.format_exc(), None)
|
||||
self.terminal_error()
|
||||
return False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user