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 d670b30 commit f6d35fbCopy full SHA for f6d35fb
src/zarr/api/asynchronous.py
@@ -306,7 +306,7 @@ async def open(
306
307
try:
308
return await open_array(store=store_path, zarr_format=zarr_format, **kwargs)
309
- except (KeyError, NodeTypeValidationError):
+ except (KeyError, FileNotFoundError, NodeTypeValidationError):
310
# KeyError for a missing key
311
# FileNotFoundError for missing key as well.
312
# TODO: consolidate these exceptions
0 commit comments