user input

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