mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f5b4029751
commit
54c3ecced6
@ -436,6 +436,10 @@ class Saver(QObject): # {{{
|
||||
self.ids.remove(i)
|
||||
break
|
||||
if not self.callback_called:
|
||||
try:
|
||||
self.worker.join(1.5)
|
||||
except:
|
||||
pass # The worker was not yet started
|
||||
self.callback(self.worker.path, self.failures, self.worker.error)
|
||||
self.callback_called = True
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user