mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Correct if-clause
This commit is contained in:
@@ -208,7 +208,8 @@ class Usecase:
|
|||||||
elif prop.is_a("IfcPropertySingleValue"):
|
elif prop.is_a("IfcPropertySingleValue"):
|
||||||
self.update_existing_prop_single_value(prop)
|
self.update_existing_prop_single_value(prop)
|
||||||
|
|
||||||
raise NotImplementedError(f"Updating '{prop.is_a()}' properties is not supported yet")
|
else:
|
||||||
|
raise NotImplementedError(f"Updating '{prop.is_a()}' properties is not supported yet")
|
||||||
|
|
||||||
def update_existing_prop_enum(self, prop):
|
def update_existing_prop_enum(self, prop):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user