modified
parent
123a5bfc67
commit
324c286759
|
|
@ -139,7 +139,7 @@ if __name__ == "__main__":
|
||||||
pathname = os.path.join(arg)
|
pathname = os.path.join(arg)
|
||||||
print("pathname:",pathname)
|
print("pathname:",pathname)
|
||||||
# return path of slo config files
|
# 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)),
|
# root_dir=os.path.join(cwd,os.path.basename(arg)),
|
||||||
recursive=True)
|
recursive=True)
|
||||||
print("configFiles:",configFiles)
|
print("configFiles:",configFiles)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue