From 40f269aabd5afe532089929d45edc55e3e8386a7 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 11 Mar 2019 10:52:11 -0600 Subject: [PATCH] More cleanup for generate_attribute_report() --- .bin/Scripts/functions/hw_diags.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index b4a85fb8..4d8bdd8d 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -222,7 +222,7 @@ class DiskObj(): self.tests[name].disabled = True def generate_attribute_report( - self, description=False, short_test=False, timestamp=False): + self, description=False, timestamp=False): """Generate NVMe / SMART report, returns list.""" attr_type = self.attr_type report = [] @@ -1401,7 +1401,6 @@ def run_nvme_smart_tests(state, test): # Prep print_log('Starting NVMe/SMART test for {}'.format(test.dev.path)) - _include_short_test = False test.started = True test.update_status() update_progress_pane(state)