Skip to content

Commit 311efaf

Browse files
committed
propagate mode kwarg into open_group
1 parent f6d35fb commit 311efaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/api/asynchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async def open(
312312
# TODO: consolidate these exceptions
313313
# NodeTypeValidationError for failing to parse node metadata as an array when it's
314314
# actually a group
315-
return await open_group(store=store_path, zarr_format=zarr_format, **kwargs)
315+
return await open_group(store=store_path, zarr_format=zarr_format, mode=mode, **kwargs)
316316

317317

318318
async def open_consolidated(

0 commit comments

Comments
 (0)