Avoid using `user_display` for workspace locks (#11264)

## Summary

Right now, the logs are like: "Acquired lock for ``"
This commit is contained in:
Charlie Marsh 2025-02-05 16:58:57 -05:00 committed by GitHub
parent 53d1a7aa6e
commit 7170c5d25c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ impl ProjectInterpreter {
"uv-{}.lock",
cache_digest(workspace.install_path())
)),
workspace.install_path().user_display(),
workspace.install_path().simplified_display(),
)
.await
}