missing comma

This commit is contained in:
Vukas Pajic
2022-07-05 07:41:51 +02:00
committed by GitHub
parent 9e87f0f027
commit 6b9e670bf3
@@ -111,6 +111,7 @@ class Usecase:
"IfcPropertySingleValue", "IfcPropertySingleValue",
**{"Name": name, "NominalValue": value}, **{"Name": name, "NominalValue": value},
) )
)
#TODO-The following "elif" is temporary code, will need to refactor at some point - vulevukusej #TODO-The following "elif" is temporary code, will need to refactor at some point - vulevukusej
elif isinstance(value, list): elif isinstance(value, list):
for pset_template in self.settings["pset_template"].HasPropertyTemplates: for pset_template in self.settings["pset_template"].HasPropertyTemplates: