Fix bugs introduced in cf87852

This commit is contained in:
CyrilWaechter
2023-02-15 10:34:25 +01:00
parent 26f7db0504
commit a6fa6201f7
2 changed files with 0 additions and 4 deletions
@@ -63,8 +63,6 @@ class Usecase:
"""
self.file = file
self.settings = {"material": material, "element": element}
for key, value in settings.items():
self.settings[key] = value
def execute(self):
ifcopenshell.api.run("material.unassign_material", self.file, product=self.settings["element"])