mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 12:31:17 +02:00
buildman: Fix most pylint warnings in control
Tidy up the easier-to-fix pylint warnings in module 'control'. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -260,7 +260,7 @@ class TestFunctional(unittest.TestCase):
|
||||
make_func=self._HandleMake, brds=brds, clean_dir=clean_dir,
|
||||
test_thread_exceptions=test_thread_exceptions)
|
||||
if get_builder:
|
||||
self._builder = control.builder
|
||||
self._builder = control.TEST_BUILDER
|
||||
return result
|
||||
|
||||
def testFullHelp(self):
|
||||
|
Reference in New Issue
Block a user