Skip to content

Commit 7558062

Browse files
authored
Close group variant for Group deletion (#144)
1 parent ca8d43c commit 7558062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tiledb/bioimg/helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def __enter__(self) -> ReadWriteGroup:
6969
def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None:
7070
self.r_group.close()
7171
self.w_group.close()
72+
self.m_group.close()
7273

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

0 commit comments

Comments
 (0)