Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit f7e2d8c

Browse files
committed
find mechanical
1 parent 267feee commit f7e2d8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/tools/path/path.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ def find_mapdl(version=None, supported_versions=SUPPORTED_ANSYS_VERSIONS):
323323
def _find_installation(product: str, version=None, supported_versions=SUPPORTED_ANSYS_VERSIONS):
324324
if product == "mapdl":
325325
return find_mapdl(version, supported_versions)
326+
elif product == "mechanical":
327+
return find_mechanical(version, supported_versions)
326328
raise Exception("unexpected product")
327329

328330

0 commit comments

Comments
 (0)