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

find Products

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