summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'numbench/report.py')
-rw-r--r--numbench/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numbench/report.py b/numbench/report.py
index 6a0f584..6eb5d8c 100644
--- a/numbench/report.py
+++ b/numbench/report.py
@@ -83,7 +83,7 @@ def saveReport():
bu.mkdir(cfg.reportdir)
bu.mkdir(pjoin(cfg.reportdir, 'images'))
htmlfname = pjoin(cfg.reportdir, 'index.html')
- html = HTMLreport(htmlfname)
+ html = HTMLreport(htmlfname, cfg.reportTitle)
for operation in cfg.module.getTests():