Skip to content

Commit 127b660

Browse files
Correctly print terminating commits
1 parent 85de333 commit 127b660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triage/weekly_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def do_triage(start, end):
264264
break
265265

266266
if not response['is_contiguous']:
267-
eprint(f"Reached pair {start} to {initial_response['next']} whose perf run is not yet complete")
267+
eprint(f"Reached pair start: {commits[0]} to next: {commits[1]} whose perf run is not yet complete")
268268
break
269269

270270
handle_compare(response)

0 commit comments

Comments
 (0)