Skip to content

Commit 563dfd5

Browse files
committed
Clarify that returning None is an interface (+fix a typo)
1 parent 91cea1e commit 563dfd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

julia/core.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ def linked_libpython(path):
287287
return libpython_from_ldd_output(subprocess.check_output(
288288
["ldd", path],
289289
universal_newlines=True))
290-
# TODO: somebody has to write it for in Windows and macOS:
290+
return None
291+
# TODO: somebody has to write it for Windows and macOS:
291292

292293

293294
JuliaInfo = namedtuple(

0 commit comments

Comments
 (0)