mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Bump version to 0.8.7 (#15173)
This commit is contained in:
@@ -46,9 +46,9 @@ def find_uv_bin() -> str:
|
||||
if os.path.isfile(path):
|
||||
return path
|
||||
|
||||
locations = "\n".join(f" - {target}" for target in seen)
|
||||
raise UvNotFound(
|
||||
f"Could not find the uv binary in any of the following locations:\n"
|
||||
f"{'\n'.join(f' - {target}' for target in seen)}\n"
|
||||
f"Could not find the uv binary in any of the following locations:\n{locations}\n"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user