Skip to content

Commit

Permalink
Update pre-commit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Nov 6, 2024
1 parent 1d55808 commit 9cf2a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/visualization/advanced/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def get_point(ll, start, length):
and f'Port_{line_header.replace(",", "_")}_{object_id}'
not in nas_to_dict["Assemblies"][in_assembly]["Triangles"]
):
name = f'Port_{line_header.replace(",","_")}_{object_id}'
name = f'Port_{line_header.replace(",", "_")}_{object_id}'
else:
name = f"Port_{object_id}"

Check warning on line 409 in src/ansys/aedt/core/visualization/advanced/misc.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/aedt/core/visualization/advanced/misc.py#L409

Added line #L409 was not covered by tests
tri = [
Expand Down

0 comments on commit 9cf2a40

Please sign in to comment.