Skip to content

Commit 9fb1e2b

Browse files
committed
Tools: correct gathering of intermediate results in parallel size-compare-branches
1 parent 6e9772a commit 9fb1e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/size_compare_branches.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def gather_results_for_task(self, task):
717717
have_source_trees = self.parallel_copies is not None and len(self.tasks) <= self.parallel_copies
718718

719719
for vehicle in task.vehicles_to_build:
720-
if vehicle == 'bootloader' and board in self.bootloader_blacklist:
720+
if vehicle == 'bootloader' and task.board in self.bootloader_blacklist:
721721
continue
722722

723723
result["vehicle"][vehicle] = {}

0 commit comments

Comments
 (0)