user input

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