We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54368f commit 587f6a1Copy full SHA for 587f6a1
extra/ci_collect_logs.py
@@ -300,7 +300,7 @@ def process_build_reports():
300
301
sketch_log_list = sketch_log_map.get(sketch_status, [])
302
sketch_log_list.append((sketch_name, test_log_map))
303
- sketch_log_map[status] = sketch_log_list
+ sketch_log_map[sketch_status] = sketch_log_list
304
305
for sketch_status in [ERROR, EXPECTED_ERROR, WARNING]:
306
for sketch_name, test_log_map in sketch_log_map.get(sketch_status, []):
0 commit comments