diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index e496bc5c..07982702 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -305,13 +305,13 @@ QA Report Dashboard: http://{ip_qa}/{qa_url} NOTE: Diagrams are links in dashboard """.format(hostname=hostname, ip=ip, report=report_url, email_txt=self.email_txt, lf_mgr_ip=self.lf_mgr_ip, - qa_url=qa_url) + ip_qa=ip,qa_url=qa_url) else: message_txt = """Results from {hostname}: http://{ip}/{report} QA Report Dashboard: -QA Report: http://{qa_url} +QA Report: http://{ip_qa}/{qa_url} """.format(hostname=hostname, ip=ip,report=report_url,ip_qa=ip,qa_url=qa_url) if (self.email_title_txt != ""):