Fix error detection in SW Diags (again)

This commit is contained in:
2Shirt 2018-08-30 10:58:31 -07:00
parent 3875d4b2bd
commit b9b7b0456a
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -196,7 +196,7 @@ if __name__ == '__main__':
print_error(' Unknown error.') print_error(' Unknown error.')
# Done # Done
if not D7_MODE or ERRORS > 0: if not D7_MODE or not system_ok:
print_standard('\nDone.') print_standard('\nDone.')
pause('Press Enter to exit...') pause('Press Enter to exit...')
exit_script() exit_script()