Skip to content

Commit 5acfc0e

Browse files
author
Matthew McEneaney
committed
fix: Correctly set slurm directory path.
1 parent 22508a0 commit 5acfc0e

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
@@ -286,7 +286,7 @@ if ${modes['focus-all']} || ${modes['focus-timelines']}; then
286286
# start job lists
287287
echo """
288288
Generating job scripts..."""
289-
slurmDir=./slurm/step2
289+
slurmDir=$outputDir/slurm/step2
290290
mkdir -p $slurmDir/scripts
291291
jobkeys=()
292292
for timelineObj in $timelineList; do

0 commit comments

Comments
 (0)