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
[Python] Fix relative paths on Windows PCs with multiple drives (#3718)
## Changes
Fix a problem in `_relativize_path` where it crashes on Windows if the
supplied path is on a different drive from CWD.
Since paths on different drives don't have anything common, we simply
return the supplied path as-is.
## Why
Fixes#3658
## Tests
Unit tests
0 commit comments