mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Avoid traceback on shutdown
This commit is contained in:
parent
ca1dec4904
commit
999626f07a
@ -130,8 +130,9 @@ class Bridge(QObject):
|
|||||||
elif mt == 'qt-ready':
|
elif mt == 'qt-ready':
|
||||||
self._register_signals()
|
self._register_signals()
|
||||||
except Exception:
|
except Exception:
|
||||||
import traceback
|
if messages:
|
||||||
traceback.print_exc()
|
import traceback
|
||||||
|
traceback.print_exc()
|
||||||
|
|
||||||
|
|
||||||
class RestartingWebEngineView(QWebEngineView):
|
class RestartingWebEngineView(QWebEngineView):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user