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

find products

parent 0ff7920a
...@@ -35,10 +35,9 @@ def main(argv): ...@@ -35,10 +35,9 @@ def main(argv):
else: else:
# with suppress_stdout(): # with suppress_stdout():
with contextlib.redirect_stdout(None): with contextlib.redirect_stdout(None):
list = findSentinelProducts(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5]) list = findSentinelProducts(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5])
for l in list: for l in list:
print l print l
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