mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ class Usecase:
|
|||||||
if inverse.is_a("IfcRelAssignsToControl"):
|
if inverse.is_a("IfcRelAssignsToControl"):
|
||||||
[
|
[
|
||||||
ifcopenshell.api.run(
|
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
|
for related_object in inverse.RelatedObjects
|
||||||
if related_object.is_a("IfcCostItem")
|
if related_object.is_a("IfcCostItem")
|
||||||
|
|||||||
Reference in New Issue
Block a user