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

find Products

parent d06f43ad
......@@ -43,6 +43,7 @@ def main(argv):
dirList = os.listdir(".")
print (dirList)
print ( len( set(fileNames) & set(fileNames) +" of " + len(productList) +"products found.")
# print(json.dumps(productList))
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