We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1ddb2d + 4454879 commit 996bb8bCopy full SHA for 996bb8b
clawdbot/smalltalk-daemon.py
@@ -192,7 +192,6 @@ def stop_vm(self) -> None:
192
pgid = os.getpgid(self.process.pid)
193
os.killpg(pgid, signal.SIGTERM)
194
self.process.wait(timeout=5)
195
- except (ProcessLookupError, OSError):
196
except (ProcessLookupError, OSError):
197
# Process/group is already gone or cannot be signaled; safe to ignore on shutdown.
198
pass
0 commit comments