mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-11 07:34:54 +03:00
Revert accidentally checked-in line
This commit is contained in:
parent
c6a4a7b150
commit
ac81dc91e0
|
@ -265,7 +265,7 @@ def project_run_parallel_group(
|
||||||
c for c in cmd_infos if c.state.name == "running"
|
c for c in cmd_infos if c.state.name == "running"
|
||||||
):
|
):
|
||||||
try:
|
try:
|
||||||
os.kill(other_cmd_info.pid, SIGTERM)
|
os.kill(cast(int, other_cmd_info.pid), SIGTERM)
|
||||||
except:
|
except:
|
||||||
# the subprocess the main process is trying to kill could already
|
# the subprocess the main process is trying to kill could already
|
||||||
# have completed, and the message from the worker process notifying
|
# have completed, and the message from the worker process notifying
|
||||||
|
|
Loading…
Reference in New Issue
Block a user