Commit 3194411
authored
Don't swallow stderr output
cc @jorenham
I was looking into python/mypy#18756 (comment)
It looks like the pre-release version of mypy crashes (for some reason related to property changes, will investigate). Crash logs are emitted to stderr and process exits with exit code 2.
This code does correctly chain the exit code, but swallows stderr.1 parent 864cda2 commit 3194411
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
0 commit comments