user input

parent 18e4c96a
......@@ -42,7 +42,7 @@ def main(argv):
text =""
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+ " ? (yes, no)")
if text=="yes":
for f in matchingProducts:
......
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