This commit is contained in:
Rick Console
2025-04-18 16:18:48 -04:00
committed by GitHub

View File

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