Fix python syntax error: missing colon.

This commit is contained in:
Rob Crittenden
2008-08-06 11:27:30 -04:00
parent 4deb919ce4
commit df2b40303f
+1 -1
View File
@@ -337,7 +337,7 @@ def main():
if options.uninstall:
if not options.unattended:
print "\nThis is a NON REVERSIBLE operation and will delete all data and configuration!\n"
if not user_input("Are you sure you want to continue with the uninstall procedure?", False)
if not user_input("Are you sure you want to continue with the uninstall procedure?", False):
print ""
print "Aborting uninstall operation."
sys.exit(1)