relative_to
on GCSPath
s does not return a relative path
#170
Labels
Milestone
relative_to
on GCSPath
s does not return a relative path
#170
Observed behavior:
The result is not a relative path; it is an absolute path to an alternative GCS object which may or may not exist.
My expectation is that this call would return a fully-relative path to
baz/quux.txt
. I suppose there is uncertainty is around which path subtype should be returned.baz/quux.txt
is not a valid GCS path; butupath.UPath('baz/quux.txt')
returns aPosixUPath
which also seems wrong.Python version: 3.11.7
upath version: 0.1.4
The text was updated successfully, but these errors were encountered: