From 1e17407f19bead756489db1deede8bd46d58d932 Mon Sep 17 00:00:00 2001 From: Terry McGuinness Date: Fri, 8 Nov 2024 21:00:11 -0600 Subject: [PATCH] OMG still had srting wrong to getting STMP with unbalanced quotes --- ci/scripts/utils/ci_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/utils/ci_utils.sh b/ci/scripts/utils/ci_utils.sh index 04640391a6..56b0571adc 100755 --- a/ci/scripts/utils/ci_utils.sh +++ b/ci/scripts/utils/ci_utils.sh @@ -123,7 +123,7 @@ function create_experiment () { source "${HOMEgfs}/workflow/gw_setup.sh" # Remove RUNDIRS dir incase this is a retry (STMP now in host file) - STMP=$("${HOMEgfs}/ci/scripts/utils/parse_yaml.py -y ${HOMEgfs}/workflow/hosts/${MACHINE_ID}.yaml -k STMP -s") + STMP=$("${HOMEgfs}/ci/scripts/utils/parse_yaml.py" -y "${HOMEgfs}/workflow/hosts/${MACHINE_ID}.yaml" -k STMP -s) echo "Removing ${STMP}/RUNDIRS/${pslot} directory incase this is a retry" rm -Rf "${STMP}/RUNDIRS/${pslot}"