modified
parent
123a5bfc67
commit
324c286759
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue