From 7078efe9e78c0d434913b429be204ab13beb77cd Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 11 Mar 2019 13:23:56 -0600 Subject: [PATCH] Adjusted SMART self-test running message --- .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 d68c1b56..4c64a4fc 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -201,7 +201,7 @@ class DiskObj(): def check_smart_self_test(self, silent=False): """Check if a SMART self-test is currently running, returns bool.""" - msg = 'SMART self-test in progress, all tests disabled' + msg = 'SMART self-test in progress' test_running = 'remaining_percent' in self.smart_self_test.get('status', '') if test_running: