Skip to content

Commit b5ef33c

Browse files
committed
Merge branch 'feat/store-paths' of github.com:d-v-b/zarr-python into feat/store-paths
2 parents 3d1d043 + 808e9ff commit b5ef33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(
7979
self,
8080
fs: AsyncFileSystem,
8181
mode: AccessModeLiteral = "r",
82-
path: str = "/",
82+
path: str = "",
8383
allowed_exceptions: tuple[type[Exception], ...] = ALLOWED_EXCEPTIONS,
8484
) -> None:
8585
super().__init__(mode=mode)

0 commit comments

Comments
 (0)