Skip to content

Commit

Permalink
Close group variant for Group deletion (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsitsi authored Nov 7, 2024
1 parent ca8d43c commit 7558062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiledb/bioimg/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def __enter__(self) -> ReadWriteGroup:
def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None:
self.r_group.close()
self.w_group.close()
self.m_group.close()

def get_or_create(self, name: str, schema: tiledb.ArraySchema) -> Tuple[str, bool]:
create = False
Expand Down

0 comments on commit 7558062

Please sign in to comment.