Skip to content

Commit

Permalink
add AbstractChar supertype of Char (#26286)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored and StefanKarpinski committed Mar 7, 2018
1 parent f63b88d commit 619ee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ function init_parallel()
register_worker(LPROC)
end

write_cookie(io::IO) = write(io.in, string(cluster_cookie(), "\n"))
write_cookie(io::IO) = print(io.in, string(cluster_cookie(), "\n"))

function process_opts(opts)
# startup worker.
Expand Down

0 comments on commit 619ee4b

Please sign in to comment.