mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-20 22:14:34 +08:00
remove stray line
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user