Commit 4af86aa
committed
Enhance run function in experiment.py to correctly identify and handle bash process substitution syntax "<( cmd )" by using a regex that matches it only at the start of a statement or after whitespace, preventing false positives.
1 parent 77f7651 commit 4af86aa
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1403 | 1403 | | |
1404 | 1404 | | |
1405 | 1405 | | |
1406 | | - | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
1407 | 1409 | | |
1408 | 1410 | | |
1409 | 1411 | | |
| |||
0 commit comments