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

find Products

parent 44abb2e1
...@@ -50,7 +50,7 @@ def main(argv): ...@@ -50,7 +50,7 @@ def main(argv):
for f in matchingProducts: for f in matchingProducts:
os.system("ln -s " + indir+f + " " + outdir+f) os.system("ln -s " + inDir+f + " " + outdir+f)
print (str(len(matchingProducts)) + " Linked to " + outdir) print (str(len(matchingProducts)) + " Linked to " + outdir)
......
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