From a71d56e473b583000a2e4a0ce41070c6e0b0ea47 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 18 Nov 2019 20:10:07 -0700 Subject: [PATCH] More checkbox updates --- .bin/Scripts/functions/hw_diags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index 37321b43..d4927dd2 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -1306,7 +1306,7 @@ def run_hw_tests(state): cpu_passed = state.cpu.all_tests_passed() update_checkboxes = False if state.ticket_id: - if state.tests['Prime95']: + if state.tests['Prime95']['Enabled']: update_checkboxes = True elif any_disk_failures: update_checkboxes = True