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 addaaf8 commit 5b2977c
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 @@ -8573,7 +8573,7 @@ def _check_material(self, material, default_material, threshold=100000):
def __refresh_object_type(self, object_type: str):
ALLOWED_TYPES = ["Solids", "Sheets", "Lines", "Unclassified"]
OBJECT_TYPE_TO_ATTRIBUTE = {
"Solids": "_soldis",
"Solids": "_solids",
"Sheets": "_sheets",
"Lines": "_lines",
"Unclassified": "_unclassified",
Expand Down

0 comments on commit 5b2977c

Please sign in to comment.