From adb382ea354acecce1ff6229c0cbf0a7186b44ba Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 13 Aug 2021 07:57:24 -0600 Subject: [PATCH] lf_check.py , consolidated naming html_report , report_html Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index d5fd708e..73e83aca 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -174,7 +174,7 @@ class lf_check(): self.test_rig = "CT-US-NA" # QA report - self.qa_html_report = "NA" + self.qa_report_html = "NA" # database configuration # database self.database_json = "" @@ -996,11 +996,11 @@ QA Report: http://{qa_report_html} line_list = open(stdout_log_txt).readlines() for line in line_list: if 'html report:' in line: - self.qa_html_report = line - print("html_report: {report}".format(report=self.qa_html_report)) + self.qa_report_html = line + print("html_report: {report}".format(report=self.qa_report_html)) break - self.qa_html_report = self.qa_html_report.replace('html report: ','') + self.qa_report_html = self.qa_report_html.replace('html report: ','') # stdout_log_link is used for the email reporting to have the corrected path