mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
ifcopenshell.sql - garbage collection errors (same as fe1dff0191)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user