mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
fix missing else clause
This commit is contained in:
committed by
Thomas Krijnen
parent
5999976d37
commit
1ecb25684e
@@ -335,6 +335,7 @@ 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")
|
||||||
|
|
||||||
|
else:
|
||||||
raise NotImplementedError(f"No template found for property '{name}'")
|
raise NotImplementedError(f"No template found for property '{name}'")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user