Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrobinson251 committed Oct 21, 2024
1 parent 5278957 commit 9851f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function Worker(;
exeflags=`--threads=$threads`,
connect_timeout::Int=60,
worker_redirect_io::IO=stdout,
worker_redirect_fn=(io, pid, line)->println(io, " Worker $num/$pid: $line")
worker_redirect_fn=(io, pid, line)->println(io, " Worker $num|$pid: $line")
)
# below copied from Distributed.launch
env = Dict{String, String}(env)
Expand Down

0 comments on commit 9851f96

Please sign in to comment.