fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
251 stars 44 forks source link

Fixes _kwargs in local sub paths #158

Closed normanrz closed 1 year ago

normanrz commented 1 year ago

This PR adds _kwargs to _from_parsed_paths to WindowsUPath and PosixUPath. This makes _kwargs available when creating a path like WindowsUPath("C:/Users") / "foo".

Fixes #156

ap-- commented 1 year ago

Ah, sorry. I meant _from_parsed_parts in the issue...