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

find Products

parent 6b0903a5
...@@ -47,7 +47,7 @@ def main(argv): ...@@ -47,7 +47,7 @@ def main(argv):
outdir = sys.argv[6] outdir = sys.argv[6]
for f in matchingProducts: for f in matchingProducts:
os.system("ln -s " + f + outdir+f) print("ln -s " + 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