Commit 3859271
committed
Assert that "version" file was a normal file
This satisfies typecheckers, which are worried about the case where
extractfile returns None. That doesn't bother me too much, since if it
happens it's an error condition anyway. This will make it so
non-optimized runs will get a somewhat nicer message in the unlikely
event that this happens.1 parent d6eeeba commit 3859271
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
0 commit comments