Skip to content

Commit

Permalink
fix: wrong name in variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Aug 21, 2024
1 parent f4ac723 commit 1719c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/mapdl_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,7 @@ def run(
"""
if self.exited:
raise MapdlExitedError(

Check warning on line 2115 in src/ansys/mapdl/core/mapdl_core.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/mapdl/core/mapdl_core.py#L2115

Added line #L2115 was not covered by tests
f"The MAPDL instance has been exited before running the command: {cmd}"
f"The MAPDL instance has been exited before running the command: {command}"
)

# check if multiline
Expand Down

0 comments on commit 1719c3e

Please sign in to comment.