Skip to content

Commit 13af4d1

Browse files
committed
update precommit check
1 parent f64b1f8 commit 13af4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMEW/app/standardise_model_data/bin/standardise_model_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ -n "${RAW_DATA_DIR:-}" ]]; then
4141
ref_src_dir="$(find "${ROOT_DATA_DIR}" -type d -path "*/input/${REF_SUITE_ID}" -print -quit)"
4242
eval_src_dir="$(find "${ROOT_DATA_DIR}" -type d -path "*/input/${SUITE_ID}" -print -quit)"
4343
set -x
44-
44+
4545
if [[ -z "${ref_src_dir}" ]]; then
4646
echo "log.err: Could not find REF suite input directory for ${REF_SUITE_ID} under ${ROOT_DATA_DIR}" >&2
4747
exit 1

0 commit comments

Comments
 (0)