We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15272b4 commit 43dae42Copy full SHA for 43dae42
ansys/mapdl/core/licensing.py
@@ -391,15 +391,16 @@ def checkout_license(self, host=None):
391
else:
392
self._license_checkout_success = True
393
394
- def start(self, license_file=True, checkout_license=True):
+ def start(self, license_file=True, checkout_license=False):
395
"""Start monitoring the license file and attempt a license checkout.
396
397
Parameters
398
----------
399
license_file : bool, optional
400
Start the license file thread.
401
checkout_license : bool, optional
402
- Start the checkout license thread.
+ Start the checkout license thread. By default this is
403
+ disabled.
404
405
"""
406
if license_file:
0 commit comments