diff --git a/AutoInstall/auto_install.py b/AutoInstall/auto_install.py index 87d77a3..dd922cb 100644 --- a/AutoInstall/auto_install.py +++ b/AutoInstall/auto_install.py @@ -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':