mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
add missing attributes in ids.parse
This commit is contained in:
@@ -90,7 +90,7 @@ class Ids:
|
||||
return ids_dict
|
||||
|
||||
def parse(self, data):
|
||||
for attribute in ["title", "copyright", "version", "description", "author"]:
|
||||
for attribute in ["title", "copyright", "version", "description", "author", "date", "purpose", "milestone"]:
|
||||
value = data["info"].get(attribute)
|
||||
if value:
|
||||
self.info[attribute] = value
|
||||
|
||||
Reference in New Issue
Block a user