Skip to content

Commit 898b940

Browse files
author
Matthew McEneaney
committed
fix: Added missing parentheses.
1 parent 137577d commit 898b940

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
@@ -247,7 +247,7 @@ if ${modes['focus-all']} || ${modes['focus-timelines']}; then
247247
done
248248

249249
# produce timelines, multithreaded
250-
if ! ${modes['run-slurm']} || ${modes['debug']} && ! ${modes['after-slurm']}; then
250+
if (! ${modes['run-slurm']} || ${modes['debug']}) && ! ${modes['after-slurm']}; then
251251
job_ids=()
252252
job_names=()
253253
for timelineObj in $timelineList; do

0 commit comments

Comments
 (0)