mirror of https://github.com/astral-sh/uv
Avoid using `user_display` for workspace locks (#11264)
## Summary Right now, the logs are like: "Acquired lock for ``"
This commit is contained in:
parent
53d1a7aa6e
commit
7170c5d25c
|
|
@ -755,7 +755,7 @@ impl ProjectInterpreter {
|
|||
"uv-{}.lock",
|
||||
cache_digest(workspace.install_path())
|
||||
)),
|
||||
workspace.install_path().user_display(),
|
||||
workspace.install_path().simplified_display(),
|
||||
)
|
||||
.await
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue