ansys / ansys-tools-path

Library to detect Ansys products installation path
https://path.tools.docs.pyansys.com/
MIT License
3 stars 2 forks source link

Fix issues #170

Closed koubaa closed 4 months ago

koubaa commented 4 months ago

python 3.8 wasn't working because of a bad type hint

expose an API called get_saved_application_path that is meant to be used for unregistered applications. This has a clearer contract than the existing internal _get_application_path.