Adjusted SMART self-test running message

This commit is contained in:
2Shirt 2019-03-11 13:23:56 -06:00
parent a3d2de92bc
commit 7078efe9e7
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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: