Fix error detection in SW Diags (again)
This commit is contained in:
parent
3875d4b2bd
commit
b9b7b0456a
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ if __name__ == '__main__':
|
|||
print_error(' Unknown error.')
|
||||
|
||||
# Done
|
||||
if not D7_MODE or ERRORS > 0:
|
||||
if not D7_MODE or not system_ok:
|
||||
print_standard('\nDone.')
|
||||
pause('Press Enter to exit...')
|
||||
exit_script()
|
||||
|
|
|
|||
Loading…
Reference in a new issue