mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update error message.
This commit is contained in:
parent
39fff93bef
commit
0148cc5cf9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ fn find_python() -> String {
|
|||
}
|
||||
}
|
||||
panic!(
|
||||
"Can't find python (tried {})! Try fixing PATH or setting the PYTHON env var",
|
||||
"Can't find python (tried {})! Try fixing PATH or setting the PYTHON2 env var",
|
||||
candidates.join(", ")
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue