mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
f9b7df163a
In some corner cases, the `psutil.Process.children()` function might throw a `NoSuchProcess` in case the parent died in the meantime. Wrap the `.children()` function in a `_get_children` function to guard against this case.