Commit 35a3ba7
Nissan Pow
fix: use bash parameter expansion for SFN resume CLI opts
The $(if ...) construct with double-quoted variables caused
shlex.split in batch.py's _command() to split the bash -c
string incorrectly, breaking all SFN deployer runs.
Switch to ${VAR:+...} parameter expansion (matching the Argo
implementation) to avoid quoting issues.1 parent 1820867 commit 35a3ba7
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | | - | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
1068 | 1079 | | |
1069 | 1080 | | |
1070 | 1081 | | |
| |||
0 commit comments