Modify AutoInstall/auto_install.py

modified:   AutoInstall/auto_install.py
This commit is contained in:
Peng Zhihui
2014-02-24 11:41:16 +08:00
parent 21c3272eea
commit 12c3b0286a

View File

@@ -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':