Commit 1b58c435 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find Products

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