From 402f3854d50616f87a12a7d014e778f5cca74a9f Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 15 Jan 2019 14:21:14 -0700 Subject: [PATCH] Avoid crash when installing Ninite bundle --- .bin/Scripts/install_sw_bundle.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bin/Scripts/install_sw_bundle.py b/.bin/Scripts/install_sw_bundle.py index 9b51c432..a12a3a00 100644 --- a/.bin/Scripts/install_sw_bundle.py +++ b/.bin/Scripts/install_sw_bundle.py @@ -35,6 +35,8 @@ if __name__ == '__main__': if answer_ninite and global_vars['OS']['Version'] in ['7']: # Vista is dead, not going to check for it answer_mse = ask('Install MSE?') + else: + answer_mse = False print_info('Installing Programs') if answer_vcr: