Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Oct 11, 2024
1 parent bf8cd48 commit 5f57e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ansys/mapdl/core/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ def launch_grpc(

# must start in batch mode on windows to hide APDL window
command_parm = [
'"%s"' % exec_file,
job_sw,
cpu_sw,
ram_sw,
Expand All @@ -581,6 +582,7 @@ def launch_grpc(

else: # linux
command_parm = [
'"%s"' % exec_file,
job_sw,
cpu_sw,
ram_sw,
Expand Down

0 comments on commit 5f57e33

Please sign in to comment.