lf_check.py : added footer with had no png

lf_report.py : footer with no png

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-07-09 18:12:14 -06:00
parent 81a4f64cc2
commit 1a480434c8
2 changed files with 26 additions and 1 deletions

View File

@@ -998,6 +998,7 @@ Example :
html_results = check.get_html_results()
report.set_custom_html(html_results)
report.build_custom()
report.build_footer_no_png()
html_report = report.write_html_with_timestamp()
print("html report: {}".format(html_report))
try: