Commit d90ad25
committed
fix: narrow exception in extension registration fallback from Exception to specific types
Bare 'except Exception' silently swallows all errors. Narrow to
(TypeError, ValueError, KeyError) which are the realistic failure
modes in extension registration.1 parent 5e2f9bc commit d90ad25
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1727 | 1727 | | |
1728 | 1728 | | |
1729 | 1729 | | |
1730 | | - | |
| 1730 | + | |
1731 | 1731 | | |
1732 | 1732 | | |
1733 | 1733 | | |
| |||
0 commit comments