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.