You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On WSL1 Ubuntu 22.04.4 LTS
Pytype 2024.04.11
Presumably related to #499
$ touch "a b.py"
$ pytype a\ b.py
Computing dependencies
Analyzing 1 sources with 0 local dependencies
ninja: Entering directory `.pytype'
ninja: error: '/mnt/c/Users/wyatt/files/b.py', needed by '/mnt/c/Users/wyatt/files/b.pyi', missing and no known rule to make it
Leaving directory '.pytype'
The text was updated successfully, but these errors were encountered:
On WSL1 Ubuntu 22.04.4 LTS
Pytype 2024.04.11
Presumably related to #499
The text was updated successfully, but these errors were encountered: