diff --git a/kyreport/ky_report.py b/kyreport/ky_report.py index 26f766f3175fe206cee7cf6b9716c4d7a6c7286d..76310a4940b40b0777b08fe6eb251454259fc3ed 100644 --- a/kyreport/ky_report.py +++ b/kyreport/ky_report.py @@ -75,4 +75,6 @@ class KyReport: info['mem_info'] = self.build_info(Config.get_output_path() + 'memInfo.txt') if os.path.exists(Config.get_output_path() + 'netInfo.txt'): info['net_info'] = self.build_info(Config.get_output_path() + 'netInfo.txt') + if os.path.exists(Config.get_output_path() + 'diskInfo.txt'): + info['io_info'] = self.build_info(Config.get_output_path() + 'diskInfo.txt')