File tree Expand file tree Collapse file tree 4 files changed +4
-33
lines changed
Expand file tree Collapse file tree 4 files changed +4
-33
lines changed Original file line number Diff line number Diff line change 1+ .venv
2+ env
3+
Original file line number Diff line number Diff line change @@ -178,7 +178,6 @@ upload_custom_app() {
178178
179179 export APP_PLATFORM=" $app_platform "
180180 log_msg_to " Exported APP_PLATFORM=$APP_PLATFORM "
181- return 0
182181}
183182
184183# ===== Dynamic config generators =====
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pick_terminal_devices() {
7777 # Check for valid input
7878 # ---------------------------
7979 if [[ -z " $platformName " || -z " $count " ]]; then
80- log_msg_to " Platform name for parallel count is invalid: $0 $ platformName $count "
80+ log_msg_to " Platform name for parallel count is invalid: $platformName $count "
8181 return 1
8282 fi
8383
You can’t perform that action at this time.
0 commit comments