mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
fix missing else clause
This commit is contained in:
committed by
Thomas Krijnen
parent
5999976d37
commit
1ecb25684e
@@ -335,7 +335,8 @@ class Usecase:
|
|||||||
|
|
||||||
raise NotImplementedError(f"Template type '{pset_template.TemplateType}' is not supported yet")
|
raise NotImplementedError(f"Template type '{pset_template.TemplateType}' is not supported yet")
|
||||||
|
|
||||||
raise NotImplementedError(f"No template found for property '{name}'")
|
else:
|
||||||
|
raise NotImplementedError(f"No template found for property '{name}'")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
primary_measure_type = self.get_primary_measure_type(name, new_value=value)
|
primary_measure_type = self.get_primary_measure_type(name, new_value=value)
|
||||||
|
|||||||
Reference in New Issue
Block a user