Minor bug fix to COBie 2.4 space descriptions

This commit is contained in:
Dion Moult
2023-11-15 15:59:24 +11:00
parent ad9ad3f060
commit 69be3a005c
+1 -1
View File
@@ -413,7 +413,7 @@ def get_space_data(ifc_file, element):
"CreatedOn": get_created_on(element),
"Category": get_category(element),
"FloorName": floor_name,
"Description": val(element.Description),
"Description": val(element.LongName),
"ExternalSystem": get_external_system(element),
"ExternalObject": element.is_a(),
"ExternalIdentifier": element.GlobalId,