Modify AutoInstall/auto_install.py
modified: AutoInstall/auto_install.py
This commit is contained in:
@@ -48,7 +48,10 @@ while True :
|
||||
count = count - 1
|
||||
|
||||
if count < 0 or count > len(list) - 1:
|
||||
ri_newt.Screen.screen.finish()
|
||||
try:
|
||||
ri_newt.Screen.screen.finish()
|
||||
except:
|
||||
pass
|
||||
break
|
||||
|
||||
if s == '0':
|
||||
|
||||
Reference in New Issue
Block a user