mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Minor fix
This commit is contained in:
@@ -16,7 +16,7 @@ class Usecase:
|
||||
"TemplateType": "P_SINGLEVALUE",
|
||||
"AccessState": "READWRITE"
|
||||
})
|
||||
has_property_templates = list(self.settings["pset_template"].HasPropertyTemplates) or []
|
||||
has_property_templates = list(self.settings["pset_template"].HasPropertyTemplates or [])
|
||||
has_property_templates.append(prop_template)
|
||||
self.settings["pset_template"].HasPropertyTemplates = has_property_templates
|
||||
return prop_template
|
||||
|
||||
Reference in New Issue
Block a user