mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Fix python syntax error: missing colon.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user