mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
cfb3d3b7a1
commit
a3fe8db79c
@ -270,6 +270,7 @@ class Worker(object):
|
||||
if join_process(self.p) is None:
|
||||
self.p.kill()
|
||||
self.p.wait()
|
||||
self.log('Killed server process %d with return code: %d' % (self.p.pid, self.p.returncode))
|
||||
self.p = None
|
||||
|
||||
def restart(self, forced=False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user