Skip to content

Commit

Permalink
Modify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Nov 29, 2024
1 parent 49b2aae commit 1bc62f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/workflows/hfss/choke_designer.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def main(extension_args):
first_winding_list = list_object[2]

# Get second winding list if it exists
second_winding_list = list_object[3] if len(list_object) >= 3 else None
second_winding_list = list_object[3] if len(list_object) > 3 else None

# Create ground plane
ground_radius = 1.2 * dictionary_values[1]["Outer Winding"]["Outer Radius"]
Expand Down

0 comments on commit 1bc62f8

Please sign in to comment.