Skip to content

Commit 48f1b8e

Browse files
MoelfMilesCranmer
andauthored
Update src/julia/core.py
Co-authored-by: Miles Cranmer <[email protected]>
1 parent 3e98516 commit 48f1b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def __init__(self, init_julia=True, jl_init_path=None, runtime=None,
485485
is_compatible_python
486486
or use_custom_sysimage
487487
):
488-
if options.compiled_modules == "yes":
488+
if options.compiled_modules in (True, "yes"):
489489
raise UnsupportedPythonError(jlinfo)
490490
else:
491491
warnings.warn(

0 commit comments

Comments
 (0)