find products

No related merge requests found
......@@ -31,7 +31,7 @@ def main(argv):
fileNames = [productList[k]['filename'].replace("SAFE", "zip").replace(productList[k]['filename'][:3], cfg['productLevel']) for k in productList.keys() ]
print(fileNames)
inDir = cfg["productsDir"]
outdir = cfg["linksDir"]
dirList = os.listdir(inDir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment