Skip to content

Commit

Permalink
Update backend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Dec 1, 2023
1 parent ed065d4 commit 9a06baa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hdmf_zarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ def __open_file_consolidated(self,
synchronizer=synchronizer,
storage_options=storage_options)
else:
msg = "Could not find consolidated metadata."
warnings.warn(msg)
return zarr.open(store=self.path,
mode=self.__mode,
synchronizer=self.__synchronizer,
Expand Down

0 comments on commit 9a06baa

Please sign in to comment.