mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-02 23:31:59 -04:00
...
This commit is contained in:
parent
4b6f06ea3b
commit
8a0ea00986
@ -207,7 +207,7 @@ class Pool:
|
||||
self.initialized.clear()
|
||||
|
||||
def join(self):
|
||||
with suppress(AttributeError):
|
||||
with suppress(AttributeError, PythonFinalizationError):
|
||||
self.supervisor_thread.join()
|
||||
for w in self.workers:
|
||||
w.join()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user