Skip to content

Commit 1544f3a

Browse files
author
Christopher Doris
committed
wrong Core!
1 parent 2165f91 commit 1544f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/stdlib.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function init_stdlib()
1111
# This uses some internals, but Base._start() gets the state more like Julia
1212
# is if you call the executable directly, in particular it creates workers when
1313
# the --procs argument is given.
14-
push!(Core.ARGS, joinpath(ROOT_DIR, "pysrc", "juliacall", "init.jl"))
14+
push!(Base.Core.ARGS, joinpath(ROOT_DIR, "pysrc", "juliacall", "init.jl"))
1515
Base._start()
1616
Base.eval(:(PROGRAM_FILE = ""))
1717

0 commit comments

Comments
 (0)