Skip to content

Commit 726336e

Browse files
...
1 parent b1342b4 commit 726336e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ function launch_on_machine(manager::SSHManager, machine::AbstractString, cnt, pa
365365
wconfig.max_parallel = params[:max_parallel]
366366
wconfig.enable_threaded_blas = params[:enable_threaded_blas]
367367
@info "will test connect_idents -- $(wconfig.ident)"
368-
if haskey(params,:connect_idents)
368+
if haskey(params,:connect_idents) && !isnothing(params[:connect_idents])
369369
wconfig.connect_idents = Vector(params[:connect_idents])
370370
@info "connect_idents = $(wconfig.connect_idents)"
371371
end

0 commit comments

Comments
 (0)