Skip to content

Commit 9407c27

Browse files
authored
Change rethrow(ex) to rethrow() (#47)
1 parent fcbe2ba commit 9407c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slurmmanager.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function Distributed.launch(manager::SlurmManager, params::Dict, instances_arr::
240240

241241
catch ex
242242
@error "Error launching Slurm job" exception=ex
243-
rethrow(ex)
243+
rethrow()
244244
end
245245
end
246246

0 commit comments

Comments
 (0)