Skip to content

Commit 80a81ca

Browse files
author
Matthew McEneaney
committed
fix: Remove if block remnant.
1 parent dc4d422 commit 80a81ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/run-detectors-timelines.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ EOF
359359
360360
srun \$(head -n\$SLURM_ARRAY_TASK_ID $joblist | tail -n1)
361361
EOF
362-
exelist+=($slurm)
363-
fi
362+
exelist+=($slurm)
364363

365364
# execution
366365
[ ${#exelist[@]} -eq 0 ] && printError "no jobs were created at all; check errors and warnings above" && exit 100

0 commit comments

Comments
 (0)