Commit f89e1bb2 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find Products

parent e146609e
......@@ -40,7 +40,7 @@ def main(argv):
fileNames = [productList[k]['filename'].replace("SAFE", "ZIP").replace("L1C", "L2A") for k in productList.keys() ]
print(fileNames)
dirList = os.listdir("somedirectory")
dirList = os.listdir(".")
print (dirList)
# print(json.dumps(productList))
......
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