Commit 84bf03c
committed
fix: narrow exception in skill override restoration from Exception to OSError
Bare 'except Exception' silently swallows all errors. Narrow to
OSError which is the realistic failure mode for file operations.1 parent 5e2f9bc commit 84bf03c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2231 | 2231 | | |
2232 | 2232 | | |
2233 | 2233 | | |
2234 | | - | |
| 2234 | + | |
2235 | 2235 | | |
2236 | 2236 | | |
2237 | 2237 | | |
| |||
0 commit comments