Correct a SyntaxError
modified: interface/ri_inst_cli.py
This commit is contained in:
@@ -36,7 +36,7 @@ def set_task_over():
|
||||
print 'The system will reboot in 10 seconds ......'
|
||||
time.sleep(10)
|
||||
return True
|
||||
else
|
||||
else:
|
||||
string = raw_input("Rocky system installation successfully, do you want to reboot?[Y/n]")
|
||||
if string.lower() == "y" or string == "":
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user