Skip to content

Commit e25670c

Browse files
author
Matthew McEneaney
committed
fix: Replace continue with exit since not in loop.
1 parent 1d6c484 commit e25670c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/run-detectors-timelines.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ EOF
339339
exelist=()
340340

341341
# check if we have any jobs to run
342-
[ ! -s $joblist ] && printError "there are no timeline jobs to run" && continue
342+
[ ! -s $joblist ] && printError "there are no timeline jobs to run" && exit 100
343343
slurm=$(echo $joblist | sed 's;.list$;.slurm;')
344344

345345
cat > $slurm << EOF

0 commit comments

Comments
 (0)