Commit 7b61945
Fix --install-types masking failure details (python#17485)
It seems that: if the mypy cache dir wasn't created, this code would do
an exit, preventing the actual errors from being printed. So I've
removed the exit. More information is available at the issue I claim
this fixes.
Fixes python#10768
---------
Co-authored-by: Shantanu <[email protected]>1 parent c821503 commit 7b61945
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1575 | 1575 | | |
1576 | 1576 | | |
1577 | 1577 | | |
1578 | | - | |
1579 | | - | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
1580 | 1581 | | |
1581 | 1582 | | |
1582 | 1583 | | |
| |||
0 commit comments