From 2aa95fd8dbac7883d49e6554d397cbe2f7754bb4 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 11 Dec 2022 21:48:58 -0800 Subject: [PATCH] Fix CPU checkbox not updating --- scripts/wk/hw/osticket.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/wk/hw/osticket.py b/scripts/wk/hw/osticket.py index ccf29375..bca1d2ad 100644 --- a/scripts/wk/hw/osticket.py +++ b/scripts/wk/hw/osticket.py @@ -175,6 +175,8 @@ def update_checkboxes(state, num_disk_tests): num_disk_tests_run -= 1 elif group.name.startswith('Disk'): disk_tests.extend(group.test_objects) + elif group.name.startswith('System'): + num_disk_tests_run -= 1 # Bail if osTicket integration disabled if state.ost.disabled: