Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/slurmmanager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

catch ex
@error "Error launching Slurm job" exception=ex
rethrow(ex)
rethrow()

Check warning on line 243 in src/slurmmanager.jl

View check run for this annotation

Codecov / codecov/patch

src/slurmmanager.jl#L243

Added line #L243 was not covered by tests
end
end

Expand Down