Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
umu_run: fix subreaping when command errors
- Fixes a bug where descendent processes would fail to be reaped in the case the user forcefully terminates the launcher (e.g., control+c). In the event that subprocess.run raises an error due to any failure in the command execution, it would kill Reaper. Therefore, subprocess.run should always silently fail in this case for reaping to occur and the launcher handle non-zero statuses
- Loading branch information