Merge pull request #527 from RickConsole/fix/index-hanging

fixed occasional hanging when indexing
This commit is contained in:
Shy 2025-06-12 20:19:53 -04:00 committed by GitHub
commit ab9eab3536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,7 +220,7 @@ class Sist2IndexTask(Sist2Task):
except ProcessLookupError:
pass
try:
os.wait()
os.waitpid(pid, 0)
except ChildProcessError:
pass