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

find Products

parent aa1f72e4
...@@ -38,7 +38,7 @@ def main(argv): ...@@ -38,7 +38,7 @@ def main(argv):
# with contextlib.redirect_stdout(None): # with contextlib.redirect_stdout(None):
productList = findSentinelProducts(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5]) productList = findSentinelProducts(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5])
for p in productList: for p in productList:
print(productList[p]) print(productList[p]['filename'])
# print(json.dumps(productList)) # print(json.dumps(productList))
if __name__ == "__main__": if __name__ == "__main__":
......
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