Skip to content

Commit

Permalink
Clarify that returning None is an interface (+fix a typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 28, 2018
1 parent 91cea1e commit 563dfd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion julia/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ def linked_libpython(path):
return libpython_from_ldd_output(subprocess.check_output(
["ldd", path],
universal_newlines=True))
# TODO: somebody has to write it for in Windows and macOS:
return None
# TODO: somebody has to write it for Windows and macOS:


JuliaInfo = namedtuple(
Expand Down

0 comments on commit 563dfd5

Please sign in to comment.