Skip to content

Commit ed6b906

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dot-github/workflows/github_actions-389c300145
2 parents ac8532b + ac95b4d commit ed6b906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ async def make_store_path(
353353

354354
elif isinstance(store_like, Path):
355355
# Create a new LocalStore
356-
store = await LocalStore.open(root=store_like, mode=mode)
356+
store = await LocalStore.open(root=store_like, mode=mode, read_only=_read_only)
357357

358358
elif isinstance(store_like, str):
359359
# Either a FSSpec URI or a local filesystem path

0 commit comments

Comments
 (0)