master
SLW\ARNAUA 2023-03-09 15:00:29 +01:00
parent 123a5bfc67
commit 324c286759
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ if __name__ == "__main__":
pathname = os.path.join(arg)
print("pathname:",pathname)
# return path of slo config files
configFiles = glob.glob(pathname=pathname + '\\**\\[TP_]*.yaml',
configFiles = glob.glob(pathname=pathname + '/**/[TP_]*.yaml',
# root_dir=os.path.join(cwd,os.path.basename(arg)),
recursive=True)
print("configFiles:",configFiles)