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