user input

parent ac586674
...@@ -44,7 +44,7 @@ def main(argv): ...@@ -44,7 +44,7 @@ def main(argv):
while text != "yes" or text != "no": while text != "yes" or text != "no":
input("Do you want to link this products to "+outdir) input("Do you want to link this products to "+outdir)
if text="yes": if text=="yes":
for f in matchingProducts: for f in matchingProducts:
print (f) print (f)
os.system("ln -s " + inDir+f + " " + outdir+f) os.system("ln -s " + inDir+f + " " + outdir+f)
......
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