-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing of ansys_path version in start_local_server (#1388)
* Stop throwing silently when DPF version of ansys_path is not understood, and parse folder name when dpf_standalone Signed-off-by: paul.profizi <[email protected]> * Fix case of ansys_path being a Path and not a str Signed-off-by: paul.profizi <[email protected]> * Add DPFServerPathFormatError Signed-off-by: paul.profizi <[email protected]> * Move the ansys_path format checks to core\misc.py\get_ansys_path Signed-off-by: paul.profizi <[email protected]> * Fix regex patterns compilation Signed-off-by: paul.profizi <[email protected]> * Update BaseServer.info Signed-off-by: paul.profizi <[email protected]> * Update test_launcher.py tests Signed-off-by: paul.profizi <[email protected]> * Revert "Update test_launcher.py tests" This reverts commit cf360fb. * Revert "Add DPFServerPathFormatError" This reverts commit 0961981. * Revert back to only testing minimal version if ansys_path ends in vXYZ Signed-off-by: paul.profizi <[email protected]> --------- Signed-off-by: paul.profizi <[email protected]>
- Loading branch information
Showing
3 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters