diff options
Diffstat (limited to 'scripts/contrib/oe-build-perf-report-email.py')
| -rwxr-xr-x | scripts/contrib/oe-build-perf-report-email.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/oe-build-perf-report-email.py b/scripts/contrib/oe-build-perf-report-email.py index 7f4274efed..81b58ab020 100755 --- a/scripts/contrib/oe-build-perf-report-email.py +++ b/scripts/contrib/oe-build-perf-report-email.py | |||
| @@ -243,7 +243,7 @@ def main(argv=None): | |||
| 243 | html_report = None | 243 | html_report = None |
| 244 | if args.html: | 244 | if args.html: |
| 245 | scrape_html_report(args.html, outdir, args.phantomjs_args) | 245 | scrape_html_report(args.html, outdir, args.phantomjs_args) |
| 246 | html_report = os.path.join(outdir, args.html) | 246 | html_report = os.path.join(outdir, os.path.basename(args.html)) |
| 247 | 247 | ||
| 248 | if args.to: | 248 | if args.to: |
| 249 | log.info("Sending email to %s", ', '.join(args.to)) | 249 | log.info("Sending email to %s", ', '.join(args.to)) |
