mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
woopsies
This commit is contained in:
@@ -86,7 +86,6 @@ class Usecase:
|
||||
def execute(self):
|
||||
if self.settings["prop_name"]:
|
||||
self.quantities = set(self.settings["cost_item"].CostQuantities or [])
|
||||
print(self.settings["cost_item"].CostQuantities)
|
||||
for product in self.settings["products"]:
|
||||
self.assign_cost_control(
|
||||
related_object=product, cost_item=self.settings["cost_item"]
|
||||
|
||||
Reference in New Issue
Block a user