Skip to content

Commit de9f1fa

Browse files
committed
Fix merge error
1 parent 771690f commit de9f1fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils_begin.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ function parallel_environment(cluster::String="localhost", nworkers::Integer=-1,
337337
Base.include_string(Main, code)
338338
end
339339

340-
return println("Using $(Distributed.nprocs()-1) workers on $(gethostname())")
341340
println("Using $(Distributed.nprocs()-1) workers on $(gethostname())")
342341
return pid_list
343342
end

0 commit comments

Comments
 (0)