Skip to content

Commit

Permalink
fix: attempt to fix CICD 2
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Apr 17, 2024
1 parent e458965 commit 5fa7efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ cylindrical shape tool, as shown in the following figure:

from ansys.mapdl.core import launch_mapdl

mapdl = launch_mapdl(loglevel="DEBUG", start_instance=False)
mapdl = launch_mapdl(loglevel="DEBUG", start_instance=True)
print(mapdl)

mapdl.clear()
Expand Down

0 comments on commit 5fa7efc

Please sign in to comment.