Skip to content

Commit

Permalink
fix: quoting for default trigger value (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rroutsong authored Aug 13, 2024
1 parent 35676e4 commit 7f90299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function submit(){
# --printshellcmds --keep-going --rerun-incomplete
# --keep-remote --restart-times 3 -j 500 --use-singularity
# --singularity-args -B {}.format({bindpaths}) --local-cores 24
triggers="${7:-'code params software_env input mtime'}"
triggers="${7:-"code params software-env input mtime"}"
rerun="--rerun-triggers $triggers"

SLURM_DIR="$3/logfiles/slurmfiles"
Expand Down

0 comments on commit 7f90299

Please sign in to comment.