Skip to content

Commit

Permalink
Correct var name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkw31 committed Oct 2, 2024
1 parent fcf4236 commit 9191cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/multi.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ func doMultiScheduling(args []string, workDir, forcedQueue, queuesToAvoid string
}

func uniqueOrPartial(partial string) string {
if finishPartial == "" {
if partial == "" {
return scheduler.UniqueString()
}

return finishPartial
return partial
}

// scheduleWalkJobs adds a 'wrstat walk' job to wr's queue for each desired
Expand Down

0 comments on commit 9191cb4

Please sign in to comment.