change: relocate report template html

This commit is contained in:
debugtalk
2019-12-19 12:56:29 +08:00
parent 86eadfd8a0
commit e2d669b8db
3 changed files with 1 additions and 1 deletions

View File

@@ -315,7 +315,7 @@ def gen_html_report(summary, report_template=None, report_dir=None, report_file=
if not report_template:
report_template = os.path.join(
os.path.abspath(os.path.dirname(__file__)),
"static",
"report",
"report_template.html"
)
logger.log_debug("No html report template specified, use default.")

View File