Commit 3488b205 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find Products

parent 1caff3ec
......@@ -45,7 +45,7 @@ def main(argv):
outdir = sys.argv[7]
dirList = os.listdir(inDir)
matchingProducts = list( set(fileNames).intersection(set(fileNames)) )
matchingProducts = set(fileNames).intersection(set(fileNames))
print ( str(len(matchingProducts))+" of " + str(len(productList)) +" products found.")
......
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