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.
2 parents ac8532b + ac95b4d commit ed6b906Copy full SHA for ed6b906
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