mirror of
https://github.com/simon987/sist2.git
synced 2025-04-20 10:46:45 +00:00
fixed occasional hanging when indexing
This commit is contained in:
parent
670dad185e
commit
8bb12f8ae2
@ -220,7 +220,7 @@ class Sist2IndexTask(Sist2Task):
|
||||
except ProcessLookupError:
|
||||
pass
|
||||
try:
|
||||
os.wait()
|
||||
os.waitpid(pid, 0)
|
||||
except ChildProcessError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user