Commit d0217e7
FoxClaw Bot
fix: replace bare except: with except Exception:
Replace bare except: clauses with except Exception: to avoid catching
KeyboardInterrupt and SystemExit. Added TODO comments for future
specific exception handling.
Generated by FoxClaw automated code review.1 parent 7e9c43e commit d0217e7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments