Skip to content

Commit

Permalink
Ensure error message shows for missing libpython
Browse files Browse the repository at this point in the history
  • Loading branch information
goretkin authored Mar 7, 2024
1 parent c2af996 commit 117bcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C/context.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function init_context()
break
end
end
CTX.lib_path === nothing && error("""
CTX.lib_path === missing && error("""
Could not find Python library for Python executable $(repr(CTX.exe_path)).
If you know where the library is, set environment variable 'JULIA_PYTHONCALL_LIB' to its path.
Expand Down

0 comments on commit 117bcba

Please sign in to comment.