From f94ad8a6e9ad29b2821e63211c54bd5b92668807 Mon Sep 17 00:00:00 2001 From: Matthijs van der Wild Date: Mon, 31 Mar 2025 23:53:03 +0100 Subject: ensure that scratch storage directory exists --- pilot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pilot.sh b/pilot.sh index 29c38dc..0131b02 100644 --- a/pilot.sh +++ b/pilot.sh @@ -72,6 +72,7 @@ mkdir -p "$TMP_OUTDIR" TMPDIR_PREFIX="" if [ ! -z "${SCRATCH}" ]; then TMPDIR_PREFIX="--tmpdir-prefix ${SCRATCH}/tmp_${WORKFLOW_NAME}/" + mkdir -p "${SCRATCH}/tmp_${WORKFLOW_NAME}" fi # Print information relevant for the run -- cgit v1.2.3