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
The previous `url[8:]` is wrong as it strips the leading "/" on *nix
filesystems.
On modern python, we would use `Path.from_uri(url)` here, so let's
backport that.
We then see that we also forgot the important `is_absolute` check.
0 commit comments