We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890918d commit 0c3c203Copy full SHA for 0c3c203
src/slurmmanager.jl
@@ -83,7 +83,7 @@ function _new_environment_additions(params_env::Dict{String, String})
83
end
84
85
86
- directory_separator = Sys.iswindows ? ';' : ':'
+ directory_separator = Sys.iswindows() ? ';' : ':'
87
88
# If the user did not specify `JULIA_PROJECT` in `params[:env]`, then we pass
89
# JULIA_PROJECT=Base.active_project() to the workers.
0 commit comments