Skip to content

Commit bbc1164

Browse files
...
1 parent 726336e commit bbc1164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/managers.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,9 @@ function launch_on_machine(manager::SSHManager, machine::AbstractString, cnt, pa
369369
wconfig.connect_idents = Vector(params[:connect_idents])
370370
@info "connect_idents = $(wconfig.connect_idents)"
371371
end
372-
if haskey(params, :ident)
372+
if haskey(params, :ident) && !isnothing(params[:ident])
373373
wconfig.ident = params[:ident]
374+
@info "-------------- $(wconfig.ident)"
374375
end
375376

376377
push!(launched, wconfig)

0 commit comments

Comments
 (0)