fixed occasional hanging when indexing

This commit is contained in:
Rick Console 2025-04-18 16:16:38 -04:00
parent 670dad185e
commit 8bb12f8ae2

View File

@ -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