Correct if-clause

This commit is contained in:
Thomas Krijnen
2023-06-16 14:07:39 +02:00
parent 1278f98df6
commit 9c21304629
@@ -208,7 +208,8 @@ class Usecase:
elif prop.is_a("IfcPropertySingleValue"):
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):
"""