Skip to content

Commit

Permalink
fix: _checkout_license
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Oct 21, 2024
1 parent 7b857d3 commit 8304fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/licensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def _checkout_license(self, lic, host=None, port=2325):

tstart = time.time()
process = subprocess.Popen(
[f"'{ansysli_util_path}'", "-checkout", f"{lic}"],
[f'"{ansysli_util_path}"', "-checkout", f"{lic}"],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
env=env,
Expand Down

0 comments on commit 8304fd4

Please sign in to comment.