mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
buildman: Correct pylint errors
Fix pylint errors that can be fixed and mask those that seem to be incorrect. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
32cc6ae273
commit
ac05335d85
5 changed files with 7 additions and 12 deletions
|
@ -1763,7 +1763,7 @@ class Builder:
|
|||
if self.num_threads:
|
||||
self.queue.put(job)
|
||||
else:
|
||||
results = self._single_builder.RunJob(job)
|
||||
self._single_builder.RunJob(job)
|
||||
|
||||
if self.num_threads:
|
||||
term = threading.Thread(target=self.queue.join)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue