user input

parent e3bc4391
...@@ -43,6 +43,7 @@ def main(argv): ...@@ -43,6 +43,7 @@ def main(argv):
text ="" text =""
while text != "yes" or text != "no": while text != "yes" or text != "no":
text = raw_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)")
print(text)
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