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