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 f5e9ff8 commit 9d14f3fCopy full SHA for 9d14f3f
src/ansys/dpf/core/__init__.py
@@ -128,6 +128,7 @@
128
129
SERVER = None
130
SERVER_CONFIGURATION = None
131
+DEFAULT_SERVER_DEBUG = None
132
133
_server_instances = []
134
src/ansys/dpf/core/server_types.py
@@ -445,6 +445,8 @@ def __init__(self):
445
self._info_instance = None
446
self._docker_config = server_factory.RunningDockerConfig()
447
self._server_meet_version = {}
448
+ if core.DEFAULT_SERVER_DEBUG is not None:
449
+ self.start_debug(folder_path=core.DEFAULT_SERVER_DEBUG)
450
451
def set_as_global(self, as_global=True):
452
"""Set the current server as global if necessary.
0 commit comments