Skip to content

Commit

Permalink
fix missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 25, 2024
1 parent 849f397 commit 1b722f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funlib/persistence/arrays/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def open_ds(
data = zarr.open(store, mode=mode, **kwargs)
except zarr.errors.PathNotFoundError:
raise ArrayNotFoundError(f"Nothing found at path {store}")

metadata = metadata_format.parse(
data.shape,
data.attrs,
Expand Down

0 comments on commit 1b722f0

Please sign in to comment.