mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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!(
|
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(", ")
|
candidates.join(", ")
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue