Skip to content

Commit

Permalink
Fix logPrefix path (#30)
Browse files Browse the repository at this point in the history
* Remove workDir as basedir for logPrefix

* bump VERSION

---------

Co-authored-by: Anil Thanki <[email protected]>
  • Loading branch information
irisdianauy and anilthanki authored Feb 27, 2024
1 parent 91132e9 commit 2b1f69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6
2 changes: 1 addition & 1 deletion atlas-slurm
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ else
logFile=${logPrefix}.out
fi
sleep 10
slurm_monitor_job "$slurmJobId" "$pollFreqSecs" "${workingDir}/${logFile}" "$monitorStyle" "$logCleanup" "$returnStdout" "$quiet"
slurm_monitor_job "$slurmJobId" "$pollFreqSecs" "$logFile" "$monitorStyle" "$logCleanup" "$returnStdout" "$quiet"
slurmExitCode=$?

if [ $slurmExitCode -ne 0 ]; then
Expand Down

0 comments on commit 2b1f69b

Please sign in to comment.