From c1873f3d8ccd68aee43980c7e0c76af8a48cbe61 Mon Sep 17 00:00:00 2001 From: Gerry Nelson Date: Tue, 24 Nov 2020 13:26:29 -0500 Subject: [PATCH] update listreports --- listreports.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 listreports.py diff --git a/listreports.py b/listreports.py old mode 100644 new mode 100755 index 519eac6..a360fb9 --- a/listreports.py +++ b/listreports.py @@ -35,6 +35,7 @@ version=int(str(sys.version_info[0])) propertylist=getapplicationproperties() clidir=propertylist["sascli.location"] +cliexe=propertylist["sascli.executable"] # get input parameters parser = argparse.ArgumentParser(description="List Viya Reports and their folder path.")