From 635dff73b4a12446f8a1fc0228e9fd2c8400404c Mon Sep 17 00:00:00 2001 From: "Sigma Dimensions (Yass)" <79010126+myoualid@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:35:31 +0100 Subject: [PATCH] fix typo --- .../ifcopenshell/api/cost/remove_cost_schedule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/cost/remove_cost_schedule.py b/src/ifcopenshell-python/ifcopenshell/api/cost/remove_cost_schedule.py index 081f30a43d..b1ebfbd738 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/cost/remove_cost_schedule.py +++ b/src/ifcopenshell-python/ifcopenshell/api/cost/remove_cost_schedule.py @@ -48,7 +48,7 @@ class Usecase: if inverse.is_a("IfcRelAssignsToControl"): [ ifcopenshell.api.run( - "sequence.remove_cost_item", self.file, task=related_object + "cost.remove_cost_item", self.file, cost_item=related_object ) for related_object in inverse.RelatedObjects if related_object.is_a("IfcCostItem")