mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
fix small bug in 939cc63ca
This commit is contained in:
@@ -94,6 +94,7 @@ class Patcher:
|
||||
new_ifc.write(dest)
|
||||
|
||||
if temp_file is not None:
|
||||
temp_file.close()
|
||||
os.unlink(temp_file.name)
|
||||
|
||||
def is_in_storey(self, element: ifcopenshell.entity_instance, storey: ifcopenshell.entity_instance) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user