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
When upgrading to the new version of universal-pathlib I'm finding it common in my use case for tools to compare UPath instances to pathlib.Path instances and raise an AttributeError:
When upgrading to the new version of
universal-pathlib
I'm finding it common in my use case for tools to compareUPath
instances topathlib.Path
instances and raise anAttributeError
:I'm not exactly sure what pathlib is doing with
_cparts
, but I'm finding that implementing_cparts
and returningself._parts
resolves this issue.The text was updated successfully, but these errors were encountered: