Skip to content

Commit 8c43f1b

Browse files
authored
fix undef var in error message
1 parent 1ba2b8d commit 8c43f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function find_libpython(python::AbstractString)
101101
error("""
102102
Couldn't find libpython; check your PYTHON environment variable.
103103
104-
The python executable we tried was $python (= version $v).
104+
The python executable we tried was $python.
105105
Re-building with
106106
ENV["PYCALL_DEBUG_BUILD"] = "yes"
107107
may provide extra information for why it failed.

0 commit comments

Comments
 (0)