File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ def __init__(
5656 **fs_kwargs: Additional filesystem configuration.
5757 """
5858 self ._catalog_filesystem = FileSystem (bucket = bucket , fs = filesystem , ** fs_kwargs )
59- self ._catalog_path = self ._catalog_filesystem .expand_path (path )[0 ]
59+ self ._catalog_path = self ._catalog_filesystem ._strip_protocol (
60+ self ._catalog_filesystem .expand_path (path )[0 ]
61+ )
6062 self ._namespace = namespace
6163 self .load_catalog (namespace = namespace )
6264
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ name = "pydala2"
2525readme = " README.md"
2626# repository = "https://github.com/legout/pydala2"
2727requires-python = " >= 3.11"
28- version = " 0.22.1 "
28+ version = " 0.22.2 "
2929
3030[project .optional-dependencies ]
3131legacy = [" polars-lts-cpu>=0.20.4" ]
You can’t perform that action at this time.
0 commit comments