modified
parent
e6f9f8462a
commit
123a5bfc67
|
|
@ -137,10 +137,12 @@ if __name__ == "__main__":
|
|||
arguments = sys.argv[1].split(',')
|
||||
for arg in arguments:
|
||||
pathname = os.path.join(arg)
|
||||
print("pathname:",pathname)
|
||||
# return path of slo config files
|
||||
configFiles = glob.glob(pathname=pathname + '\\**\\[TP_]*.yaml',
|
||||
# root_dir=os.path.join(cwd,os.path.basename(arg)),
|
||||
recursive=True)
|
||||
print("configFiles:",configFiles)
|
||||
|
||||
# for each slo config file in folder
|
||||
for configFile in configFiles:
|
||||
|
|
|
|||
Loading…
Reference in New Issue