Skip to content

Commit 996bb8b

Browse files
authored
Merge pull request #18 from CorporateSmalltalkConsultingLtd/copilot/sub-pr-15-another-one
Fix duplicate except clause syntax error in smalltalk-daemon.py
2 parents a1ddb2d + 4454879 commit 996bb8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clawdbot/smalltalk-daemon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def stop_vm(self) -> None:
192192
pgid = os.getpgid(self.process.pid)
193193
os.killpg(pgid, signal.SIGTERM)
194194
self.process.wait(timeout=5)
195-
except (ProcessLookupError, OSError):
196195
except (ProcessLookupError, OSError):
197196
# Process/group is already gone or cannot be signaled; safe to ignore on shutdown.
198197
pass

0 commit comments

Comments
 (0)