Skip to content

Commit 808e9ff

Browse files
committed
change default path for remotestore to ''
1 parent 1bd1714 commit 808e9ff

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
@@ -62,7 +62,7 @@ def __init__(
6262
self,
6363
fs: AsyncFileSystem,
6464
mode: AccessModeLiteral = "r",
65-
path: str = "/",
65+
path: str = "",
6666
allowed_exceptions: tuple[type[Exception], ...] = ALLOWED_EXCEPTIONS,
6767
) -> None:
6868
super().__init__(mode=mode)

0 commit comments

Comments
 (0)