We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137577d commit 898b940Copy full SHA for 898b940
1 file changed
bin/run-detectors-timelines.sh
@@ -247,7 +247,7 @@ if ${modes['focus-all']} || ${modes['focus-timelines']}; then
247
done
248
249
# produce timelines, multithreaded
250
- if ! ${modes['run-slurm']} || ${modes['debug']} && ! ${modes['after-slurm']}; then
+ if (! ${modes['run-slurm']} || ${modes['debug']}) && ! ${modes['after-slurm']}; then
251
job_ids=()
252
job_names=()
253
for timelineObj in $timelineList; do
0 commit comments