fix small bug in 939cc63ca

This commit is contained in:
Andrej730
2024-12-05 17:23:56 +05:00
parent 538365885b
commit 8d2b783b4a
@@ -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: