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 347f282 commit 8c7680dCopy full SHA for 8c7680d
extra/ci_collect_logs.py
@@ -292,7 +292,7 @@ def process_build_reports():
292
test_log_list.append(test_text)
293
test_log_map[status] = test_log_list
294
295
- sketch_log_list = sketch_log_map.get(status, [])
+ sketch_log_list = sketch_log_map.get(sketch_status, [])
296
sketch_log_list.append((sketch_name, test_log_map))
297
sketch_log_map[status] = sketch_log_list
298
0 commit comments