-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[upstream_utils] Can't run on Windows #7603
Comments
This is a problem for only a select few scripts that have direct comparisons between raw paths specified by hand, like |
It'd be worth fixing these scripts to use pathlib instead. |
Although pathlib doesn't add |
|
|
Upstream utils scripts can't be run on windows due to many paths having hardcoded
/
. Could be fixed by replacing these with os.path.join or os.path.sep.The text was updated successfully, but these errors were encountered: