Skip to content

Commit 2d2f686

Browse files
Potential fix for pull request finding 'Empty except'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent fbcfe60 commit 2d2f686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/run_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def kill_process_group(proc: subprocess.Popen[str]) -> None:
3434
try:
3535
os.killpg(proc.pid, signal.SIGKILL)
3636
except ProcessLookupError:
37+
# Process (or process group) is already gone; nothing to do.
3738
pass
3839

3940

0 commit comments

Comments
 (0)