mirror of
https://github.com/simon987/sist2.git
synced 2025-04-24 12:45:56 +00:00
Merge 8bb12f8ae2b6b3afe3ba92f09ce802a5343851e1 into 670dad185e8a78a5ee040fb2d5eeb9d672ff1084
This commit is contained in:
commit
718bf02d50
@ -220,7 +220,7 @@ class Sist2IndexTask(Sist2Task):
|
|||||||
except ProcessLookupError:
|
except ProcessLookupError:
|
||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
os.wait()
|
os.waitpid(pid, 0)
|
||||||
except ChildProcessError:
|
except ChildProcessError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user