mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 04:04:07 +02:00
Fix #9422 (I've been getting this error when closing calibre)
This commit is contained in:
parent
49e4f2cf28
commit
996ea67ec7
1 changed files with 2 additions and 0 deletions
|
|
@ -656,6 +656,8 @@ def shutdown(self, write_settings=True):
|
|||
pass
|
||||
time.sleep(2)
|
||||
self.hide_windows()
|
||||
# Do not report any errors that happen after the shutdown
|
||||
sys.excepthook = sys.__excepthook__
|
||||
return True
|
||||
|
||||
def run_wizard(self, *args):
|
||||
|
|
|
|||
Loading…
Reference in a new issue