Skip to content

Commit

Permalink
FIX: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 13, 2025
1 parent b2bddf4 commit 4c6f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/modeler/cad/primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -4556,7 +4556,7 @@ def get_object_name_from_edge_id(self, assignment):
"""
for obj in self.solid_names + self.sheet_names + self.line_names:
try:
oEdgeIDs = self.oeditor.GetEdgeIDsFromObject(object)
oEdgeIDs = self.oeditor.GetEdgeIDsFromObject(obj)
if str(assignment) in oEdgeIDs:
return obj
except Exception:
Expand Down

0 comments on commit 4c6f319

Please sign in to comment.