Skip to content

Commit 6d18781

Browse files
author
y-p
committed
BUG: perf_HEAD reports wrong vbench name when an exception is raised
1 parent 4022a03 commit 6d18781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vb_suite/perf_HEAD.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def main():
107107
raise KeyboardInterrupt()
108108

109109
msg = "{name:<40}: ERROR:\n<-------"
110-
print(msg.format(name=results[-1]['name']))
110+
print(msg.format(name=b.name))
111111
if isinstance(d, dict):
112112
if d['succeeded']:
113113
print("\nException:\n%s\n" % str(e))

0 commit comments

Comments
 (0)