sassoftware / pyviyatools

Python command-line tools that call the SAS Viya REST APIs - for SAS administrators.
Apache License 2.0
38 stars 31 forks source link

Output a user friendly message when the CLI executable cannot be found #211

Closed gerrynelson63 closed 7 months ago

gerrynelson63 commented 8 months ago

The cli location(path and executable) is read from the application.properties file. Currently it it is incorrect the tools just crash.

This change, in tools that need the CLI, will check that the CLI exists at the location. If it does not it will stop running and output a user friendly message.