Skip to content

Commit 99f00f3

Browse files
tracker updated
1 parent 3c376bb commit 99f00f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansys/geometry/core/designer/design.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ def update_from_tracker(self, tracker_response):
12871287
"""
12881288
print("Updating design using the tracker...")
12891289

1290-
def update_component(component, component_info):
1290+
12911291

12921292
# Function to update a body if it exists
12931293
def update_body(existing_body, body_info):
@@ -1333,7 +1333,7 @@ def find_and_update_body(body_info, component):
13331333
# Function to find and remove bodies within components recursively
13341334

13351335
def find_and_remove_body(body_info, component):
1336-
if component =[]:
1336+
if component ==[]:
13371337
return False
13381338
for body in component.bodies:
13391339
if body.id == body_info.id:

0 commit comments

Comments
 (0)