remove stray line

This commit is contained in:
Samuel Sadok
2020-06-02 19:21:32 +02:00
parent 1d29893e8b
commit 6047c72014
-1
View File
@@ -8,7 +8,6 @@ tup.include('build.lua')
function find_python3()
success, python_version = run_now("python3 --version")
if success then return "python3" end
io.stderr:write("This should go to stderr\n")
success, python_version = run_now("python --version")
if success then return "python" end
error("Python 3 not found.")