mirror of
https://github.com/simon987/sist2.git
synced 2025-09-08 15:46:57 +00:00
Merge pull request #527 from RickConsole/fix/index-hanging
fixed occasional hanging when indexing
This commit is contained in:
commit
ab9eab3536
@ -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