mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-11 19:51:59 -04:00
Merge branch 'master' of https://github.com/sgmoore/calibre
This commit is contained in:
commit
9e05bb1f69
@ -31,6 +31,11 @@ class WorkerError(Exception):
|
||||
self.orig_tb = orig_tb
|
||||
self.log_path = log_path
|
||||
|
||||
if orig_tb:
|
||||
self.add_note(f'Original traceback:\n{orig_tb}')
|
||||
if log_path:
|
||||
self.add_note(f'Log path: {log_path}')
|
||||
|
||||
|
||||
class ConnectedWorker(Thread):
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user