Skip to content

Commit

Permalink
Print jlinfo.libpython
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 29, 2018
1 parent 9adb074 commit 6e91cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions julia/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def is_compatible_exe(jlinfo, _debug=lambda *_: None):
jlinfo : JuliaInfo
A `JuliaInfo` object returned by `juliainfo` function.
"""
_debug("jlinfo.libpython =", jlinfo.libpython)
if jlinfo.libpython is None:
_debug("libpython cannot be read from PyCall/deps/deps.jl")
return False
Expand Down

0 comments on commit 6e91cf9

Please sign in to comment.