Commit 27703b5c authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find products

parent aaeb2d1d
...@@ -31,7 +31,7 @@ def main(argv): ...@@ -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() ] fileNames = [productList[k]['filename'].replace("SAFE", "zip").replace(productList[k]['filename'][:3], cfg['productLevel']) for k in productList.keys() ]
print(fileNames)
inDir = cfg["productsDir"] inDir = cfg["productsDir"]
outdir = cfg["linksDir"] outdir = cfg["linksDir"]
dirList = os.listdir(inDir) 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