Commit bbb63c6
committed
fix: add csv.Error to _load_estimates_from_csv exception handling
Malformed CSV files (NUL bytes, parser corruption) would bubble up and
crash startup instead of logging a warning and continuing without
estimates. Restores graceful degradation for this optional input path.1 parent 2c175a1 commit bbb63c6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
0 commit comments