deb2flash.py, Last Modified: 28 Aug 2007 10:57:27 AM by root
Line 379...:
print "require reinstalling it. Use this version at your own risk."
continue_test = raw_input("continue? (yes/NO) ")
if continue_test.lower() == "yes" or continue_test.lower() == 'y' :
print "Continuation confirmation not recieved, Bailing out."
sys.exit(0)
The logic is inverted, i have to type something different to "yes" or "y"
Comments
Fixed
Fixed in SVN revision 31.
Thanks for the report.