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

Bug Fix - Compute Test does not stop program on failure #161

Closed mjerick25 closed 1 year ago

mjerick25 commented 1 year ago

Resolved issue present in #154 . Callrestapi by default stops execution if the call results in an error. I changed the optional stoponerror value to False and ensured that the computation test does not continue if a compute context cannot be found.