From 8f9efa92074237ca88f7f89a50656ea1bb19252d Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:27:45 +0100 Subject: [PATCH] Update src/ansys/mapdl/core/launcher.py Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- src/ansys/mapdl/core/launcher.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ansys/mapdl/core/launcher.py b/src/ansys/mapdl/core/launcher.py index 0b37666180..3a7d87078d 100644 --- a/src/ansys/mapdl/core/launcher.py +++ b/src/ansys/mapdl/core/launcher.py @@ -799,6 +799,11 @@ def get_start_instance(start_instance: bool = True): Raised when ``PYMAPDL_START_INSTANCE`` is not either true or false (case independent). + Notes + ----- + If the environment variable ``PYMAPDL_START_INSTANCE`` is set, + hence the argument ``start_instance`` is overwritten. + """ if "PYMAPDL_START_INSTANCE" in os.environ and os.environ["PYMAPDL_START_INSTANCE"]: # It should not be empty