ifcopenshell.sql - garbage collection errors (same as fe1dff0191)

This commit is contained in:
Andrej730
2024-09-24 12:23:16 +05:00
parent c7e97d06bd
commit 08e221fe93
@@ -266,6 +266,10 @@ class sqlite(file):
}
return {"shapes": shapes, "geometry": geometry}
def __del__(self) -> None:
# Override to avoid clean up data unrelated to sqlite file.
pass
class sqlite_entity(entity_instance):
sqlite_wrapper: sqlite_wrapper