mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 15:59:03 +00:00
fixed occasional hanging when indexing
This commit is contained in:
@@ -220,7 +220,7 @@ class Sist2IndexTask(Sist2Task):
|
||||
except ProcessLookupError:
|
||||
pass
|
||||
try:
|
||||
os.wait()
|
||||
os.waitpid(pid, 0)
|
||||
except ChildProcessError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user