Commit 94c9742
authored
Fix broken format in error for bad input in summarize_stats.py (python#117375)
When you pass the script a non-existent input file, you get a TypeError instead of the intended ValueError.1 parent 5d21d88 commit 94c9742
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments