Commit dab2d5c
fix(run): review nits — module_dep self-append, surface test stderr
The else-branch of the mpi4py dependency line appended the whole list
to itself (harmless only because DependencyHandler dedups); with the
launcher gate this became the common path. And the regression test now
surfaces the subprocess stderr on failure instead of swallowing it in
a bare CalledProcessError.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 519a786 commit dab2d5c
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments