Skip to content

Commit cc7c3a6

Browse files
update generated code (#1209)
Co-authored-by: rlagha <[email protected]>
1 parent d7a6272 commit cc7c3a6

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/ansys/dpf/gate/load_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ def _get_api_path_from_installer_or_package(ansys_path: str, is_posix: bool):
107107
dpf_client_found = True
108108
if not dpf_client_found and not is_ansys_version_old:
109109
raise ModuleNotFoundError(
110-
"To use ansys.dpf.gate as a client API "
111-
"install ansys-dpf-core for your OS instead of "
112-
"ansys-dpf-core any or use a LegacyGrpcServer."
110+
"To use ansys-dpf-gate as a client API "
111+
"install ansys-dpf-gatebin "
112+
"with :\n pip install ansys-dpf-gatebin."
113113
)
114114
return path
115115

-5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)