Skip to content

Commit

Permalink
Update cylc/flow/etc/job.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <[email protected]>
  • Loading branch information
wxtim and oliver-sanders authored Jan 13, 2025
1 parent e85ff26 commit a52a088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cylc/flow/etc/job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ cylc__job__main() {
export PATH="${CYLC_WORKFLOW_RUN_DIR}/share/bin:${CYLC_WORKFLOW_RUN_DIR}/bin:${PATH}"
export PYTHONPATH="${CYLC_WORKFLOW_RUN_DIR}/share/lib/python:${CYLC_WORKFLOW_RUN_DIR}/lib/python:${PYTHONPATH:-}"
# Create share and work directories
mkdir -p "${CYLC_WORKFLOW_SHARE_DIR}" || true
mkdir -p "${CYLC_TASK_SHARE_CYCLE_DIR}" || true
mkdir -p "$(dirname "${CYLC_TASK_WORK_DIR}")" || true
mkdir -p "${CYLC_TASK_WORK_DIR}"
Expand Down

0 comments on commit a52a088

Please sign in to comment.