Skip to content

Commit

Permalink
Update lindi/LindiH5ZarrStore/LindiH5ZarrStore.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
magland and rly authored Mar 21, 2024
1 parent a2cab5f commit 9feb5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lindi/LindiH5ZarrStore/LindiH5ZarrStore.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def close(self):
"""Close the store."""
for e in self._entities_to_close:
e.close()
self._entities_to_close.clear()
self._h5f = None
self._file = None

Expand Down

0 comments on commit 9feb5bf

Please sign in to comment.