Revert accidentally checked-in line

This commit is contained in:
richardpaulhudson 2022-07-22 23:07:02 +02:00
parent c6a4a7b150
commit ac81dc91e0

View File

@ -265,7 +265,7 @@ def project_run_parallel_group(
c for c in cmd_infos if c.state.name == "running"
):
try:
os.kill(other_cmd_info.pid, SIGTERM)
os.kill(cast(int, other_cmd_info.pid), SIGTERM)
except:
# the subprocess the main process is trying to kill could already
# have completed, and the message from the worker process notifying