We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e738e2f commit ac95b4dCopy full SHA for ac95b4d
src/zarr/storage/_common.py
@@ -353,7 +353,7 @@ async def make_store_path(
353
354
elif isinstance(store_like, Path):
355
# Create a new LocalStore
356
- store = await LocalStore.open(root=store_like, mode=mode)
+ store = await LocalStore.open(root=store_like, mode=mode, read_only=_read_only)
357
358
elif isinstance(store_like, str):
359
# Either a FSSpec URI or a local filesystem path
0 commit comments