mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fix non-directory in workspace on Windows (#11833)
Fixes #11793 On Windows, trying to read a file inside what is not a directory but another file results in a not found error, while on Unix we get a not a directory error. We check explicitly if something included in a workspace glob is a non-directory to fix the behavior on Windows.
This commit is contained in:
parent
2e7ae19b55
commit
dc39d6622b
2 changed files with 27 additions and 21 deletions
|
@ -0,0 +1,2 @@
|
|||
This file is included in `packages/*`, but it is not a directory (it can't contain a package), so we
|
||||
have to ignore it.
|
Loading…
Add table
Add a link
Reference in a new issue