Skip to content

Commit 73ae305

Browse files
author
Christopher Doris
committed
forgot to invert the test
1 parent bb411e7 commit 73ae305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/juliacall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function init_juliacall()
2626
# check the version
2727
@assert realpath(pystr_asstring(jl.__path__[0])) == realpath(joinpath(ROOT_DIR, "pysrc", "juliacall"))
2828
@assert pystr_asstring(jl.__version__) == string(VERSION)
29-
@assert pybool_asbool(jl.CONFIG["init"])
29+
@assert !pybool_asbool(jl.CONFIG["init"])
3030
end
3131
end
3232

0 commit comments

Comments
 (0)