mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
missing comma
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user