Skip to content

Commit

Permalink
update generated code (#1209)
Browse files Browse the repository at this point in the history
Co-authored-by: rlagha <[email protected]>
  • Loading branch information
github-actions[bot] and rlagha authored Oct 13, 2023
1 parent d7a6272 commit cc7c3a6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ansys/dpf/gate/load_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ def _get_api_path_from_installer_or_package(ansys_path: str, is_posix: bool):
dpf_client_found = True
if not dpf_client_found and not is_ansys_version_old:
raise ModuleNotFoundError(
"To use ansys.dpf.gate as a client API "
"install ansys-dpf-core for your OS instead of "
"ansys-dpf-core any or use a LegacyGrpcServer."
"To use ansys-dpf-gate as a client API "
"install ansys-dpf-gatebin "
"with :\n pip install ansys-dpf-gatebin."
)
return path

Expand Down
Binary file modified src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll
Binary file not shown.
Binary file modified src/ansys/dpf/gatebin/DPFClientAPI.dll
Binary file not shown.
Binary file modified src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so
Binary file not shown.
Binary file modified src/ansys/dpf/gatebin/libDPFClientAPI.so
Binary file not shown.

0 comments on commit cc7c3a6

Please sign in to comment.