Commit 5d68c41
authored
Fix: Use FileNotFoundError for file not found in main.py Replaced IOError with FileNotFoundError on line 377 of main.py to use a more specific and appropriate exception for file not found errors.
1 parent d20edd6 commit 5d68c41
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
0 commit comments