Skip to content

Commit 7a601a3

Browse files
committed
fixup! Two step shutdown with sigint
1 parent 6b977f3 commit 7a601a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

osbrain/tests/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def is_pid_alive(pid):
4141
dead_statuses = [STATUS_ZOMBIE, STATUS_DEAD]
4242
try:
4343
process = psutil.Process(pid)
44-
print('%d is %s', pid, process.status())
4544
return process.status() not in dead_statuses
4645
except psutil.NoSuchProcess:
4746
return False

0 commit comments

Comments
 (0)