Skip to content

Commit 056624d

Browse files
committed
find_ansys does not filter out the current ansys version for AWP_ROOT
1 parent d004206 commit 056624d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ansys/dpf/core/misc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ def find_ansys():
122122
for version in sorted(versions, reverse=True):
123123
if not version.isnumeric():
124124
continue
125-
if version == __ansys_version__:
126-
continue
127125
elif version < __ansys_version__:
128126
ansys_path = os.environ.get("AWP_ROOT" + version)
129127
if ansys_path:

0 commit comments

Comments
 (0)