Commit 9ce1b55
authored
NXP backend: Fix passing env to executor cmd (pytorch#19063)
### Summary
Fix of passing current env to subprocess call in execute_cmd(). Previous
state where new env with 1 varible was passed prevented some tools from
working correctly when call through subprocess call.
### Test plan
Test for NXP executor runner.
cc @robert-kalmar1 parent c8c791a commit 9ce1b55
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
| 602 | + | |
602 | 603 | | |
603 | 604 | | |
604 | 605 | | |
| |||
0 commit comments