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