Minor fix, bump readme

This commit is contained in:
Dion Moult
2021-06-17 18:30:25 +10:00
parent a08918fd22
commit 1b49a10a15
3 changed files with 5 additions and 7 deletions
@@ -23,5 +23,6 @@ class Usecase:
"OwnerHistory": ifcopenshell.api.run("owner.create_owner_history", self.file),
"RelatingProcess": self.settings["relating_process"],
"RelatedProcess": self.settings["related_process"],
"SequenceType": "FINISH_START",
}
)