We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c495487 commit 563dce3Copy full SHA for 563dce3
doc/changelog.d/1191.fixed.md
@@ -0,0 +1 @@
1
+Use the version number if the release name is not found
src/ansys/mechanical/core/run.py
@@ -176,7 +176,7 @@ def _cli_impl(
176
profile.update_environment(env)
177
178
if not DRY_RUN:
179
- version_name = atp.SUPPORTED_ANSYS_VERSIONS[version]
+ version_name = atp.SUPPORTED_ANSYS_VERSIONS.get(version, version)
180
if graphical:
181
mode = "Graphical"
182
else:
0 commit comments