Merge branch 'v0.7.0' into v0.7.0

This commit is contained in:
Vukas Pajic
2022-07-21 08:37:44 +02:00
committed by GitHub
4 changed files with 28 additions and 5 deletions
@@ -37,7 +37,7 @@ class Usecase:
**{
"GlobalId": ifcopenshell.guid.new(),
"OwnerHistory": ifcopenshell.api.run("owner.create_owner_history", self.file),
"RelatedObjects": [self.settings["product"]],
"RelatedObjects": self.settings["product"],
"RelatingGroup": self.settings["group"],
}
)