From 1d49adbb2ef9f28255d3be7c95d3763f658e1bcd Mon Sep 17 00:00:00 2001 From: lparadis Date: Tue, 22 Nov 2022 16:33:42 +0100 Subject: [PATCH] Update doc --- ansys/dpf/core/server_context.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansys/dpf/core/server_context.py b/ansys/dpf/core/server_context.py index c019500c2f..c78aae2b16 100644 --- a/ansys/dpf/core/server_context.py +++ b/ansys/dpf/core/server_context.py @@ -31,10 +31,11 @@ def same_licensing_context(first, second): class ServerContext: """The context allows to choose which capabilities are available server side. + xml_path argument won't be taken into account if using LicensingContextType.entry. Parameters ---------- - context_type : EContextType + context_type : LicensingContextType Type of context. xml_path : str, optional Path to the xml to load.