fix: html template path

This commit is contained in:
debugtalk
2019-12-19 13:32:56 +08:00
parent 47d7cb4079
commit 1358449564
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Release History
## 2.4.5 (2019-12-18)
## 2.4.5 (2019-12-19)
**Fixed**

View File

@@ -20,8 +20,6 @@ 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__)),
"report",
"html",
"template.html"
)
logger.log_debug("No html report template specified, use default.")