We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64b1f8 commit 13af4d1Copy full SHA for 13af4d1
CMEW/app/standardise_model_data/bin/standardise_model_data.sh
@@ -41,7 +41,7 @@ if [[ -n "${RAW_DATA_DIR:-}" ]]; then
41
ref_src_dir="$(find "${ROOT_DATA_DIR}" -type d -path "*/input/${REF_SUITE_ID}" -print -quit)"
42
eval_src_dir="$(find "${ROOT_DATA_DIR}" -type d -path "*/input/${SUITE_ID}" -print -quit)"
43
set -x
44
-
+
45
if [[ -z "${ref_src_dir}" ]]; then
46
echo "log.err: Could not find REF suite input directory for ${REF_SUITE_ID} under ${ROOT_DATA_DIR}" >&2
47
exit 1
0 commit comments