Commit 00a5284
committed
Display exception name when subprocesses raise them
This change provides more context information for cases like when
a command is not found as previous behavior only returned the exist
code of the exception, without any other information. Same exit codes
could have being produced by commands that did run.1 parent 343fe92 commit 00a5284
File tree
2 files changed
+6
-0
lines changed- docs/changelog
- src/tox/execute/local_sub_process
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
217 | 220 | | |
218 | 221 | | |
219 | 222 | | |
| |||
0 commit comments