Merge 8bb12f8ae2b6b3afe3ba92f09ce802a5343851e1 into 670dad185e8a78a5ee040fb2d5eeb9d672ff1084

This commit is contained in:
Rick Console 2025-04-18 16:18:48 -04:00 committed by GitHub
commit 718bf02d50
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