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

Minor update following commit 148 #149

Closed tomstarr closed 1 year ago

tomstarr commented 1 year ago

Hi Gerry,

When you have moment, please make these minor tweaks which were remnants of my dev work that I forgot to clear up.

  1. Remove the below 3x lines from [applyviyarules.py]
## Temporily commented out during script development ##
#
clidir='/opt/sas/viya4'**

and uncomment this: #clidir=propertylist["sascli.location"]

  1. Remove the below 2x lines from [createcaslibjson.py]
## Temporily commented out during script development ##
#clidir='/opt/sas/viya4'

Thanks!

gerrynelson63 commented 1 year ago

Done.