Skip to content

Commit 587f6a1

Browse files
committed
step
1 parent e54368f commit 587f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/ci_collect_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def process_build_reports():
300300

301301
sketch_log_list = sketch_log_map.get(sketch_status, [])
302302
sketch_log_list.append((sketch_name, test_log_map))
303-
sketch_log_map[status] = sketch_log_list
303+
sketch_log_map[sketch_status] = sketch_log_list
304304

305305
for sketch_status in [ERROR, EXPECTED_ERROR, WARNING]:
306306
for sketch_name, test_log_map in sketch_log_map.get(sketch_status, []):

0 commit comments

Comments
 (0)