Fix #2343. Pset template applicability is refreshed when you save your templates.

This commit is contained in:
Dion Moult
2022-09-01 18:25:00 +10:00
parent a800d1af7e
commit f9db685753
2 changed files with 11 additions and 6 deletions
@@ -27,7 +27,7 @@ class Usecase:
self.settings[key] = value
def execute(self):
self.file.create_entity(
return self.file.create_entity(
"IfcPropertySetTemplate",
**{
"GlobalId": ifcopenshell.guid.new(),