Skip to content

Commit 0c3c203

Browse files
committed
Fix a syntax mistake
1 parent 890918d commit 0c3c203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slurmmanager.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function _new_environment_additions(params_env::Dict{String, String})
8383
end
8484
end
8585

86-
directory_separator = Sys.iswindows ? ';' : ':'
86+
directory_separator = Sys.iswindows() ? ';' : ':'
8787

8888
# If the user did not specify `JULIA_PROJECT` in `params[:env]`, then we pass
8989
# JULIA_PROJECT=Base.active_project() to the workers.

0 commit comments

Comments
 (0)