user input

parent e03eb1dc
......@@ -43,7 +43,6 @@ def main(argv):
text =""
while text != "yes" and text != "no":
text = raw_input("Do you want to link this products to "+outdir+ " ? (yes, no)")
print(text)
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