Updated exit_script()
Keep script open if log can't be opened
This commit is contained in:
parent
bda6c5d280
commit
231040526a
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ def exit_script(return_value=0):
|
||||||
global_vars['LogFile']])
|
global_vars['LogFile']])
|
||||||
except Exception:
|
except Exception:
|
||||||
print_error('ERROR: Failed to extract Notepad++ and open log.')
|
print_error('ERROR: Failed to extract Notepad++ and open log.')
|
||||||
|
pause('Press Enter to exit...')
|
||||||
|
|
||||||
# Kill Caffeine if still running
|
# Kill Caffeine if still running
|
||||||
kill_process('caffeine.exe')
|
kill_process('caffeine.exe')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue