1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

feat: adding ms_webout macro for server responses on sasjs/server. Closes #98

This commit is contained in:
Allan Bowe
2021-11-30 15:26:02 +00:00
parent 7b2b81a501
commit 318fd1ddde
5 changed files with 231 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ options noquotelenmax;
"""
f = open('all.sas', "w") # r / r+ / rb / rb+ / w / wb
f.write(header)
folders=['base','meta','metax','viya','lua','fcmp']
folders=['base','meta','metax','server','viya','lua','fcmp']
for folder in folders:
filenames = [fn for fn in Path('./' + folder).iterdir() if fn.match("*.sas")]
filenames.sort()