Commit 4717acb
fix: 统一 resolver 两处 .resolve() 的 except 子句
review Minor:line 79 守卫为 (OSError, RuntimeError),而同一操作在
_contained 中守卫为 (ValueError, OSError, RuntimeError)。两处守卫漂移
正是 defect claude-code-best#4/claude-code-best#5 的形态——补齐 ValueError 使二者一致,永久杜绝该模式。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 687a0b4 commit 4717acb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments