mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-09 18:23:18 -04:00
Fix #815
This commit is contained in:
parent
005cffa38e
commit
49ddc38cb4
@ -341,8 +341,11 @@ class Overseer(object):
|
|||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
self.os.kill(self.worker_pid, self.signal.SIGKILL)
|
try:
|
||||||
time.sleep(0.05)
|
self.os.kill(self.worker_pid, self.signal.SIGKILL)
|
||||||
|
time.sleep(0.5)
|
||||||
|
finally:
|
||||||
|
self.worker_status.kill()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user