]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
moveconfig: Correct use of members not declared in __init__()
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:44:02 +0000 (13:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:21 +0000 (09:25 -0600)
Fix these pylint warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/moveconfig.py

index 2234f28a772446649d6472256d079ef0c048199e..1dff891593123d58b03046a2990503564983f4b0 100755 (executable)
@@ -410,6 +410,10 @@ class Slot:
         self.parser = KconfigParser(args, self.build_dir)
         self.state = STATE_IDLE
         self.failed_boards = set()
+        self.defconfig = None
+        self.log = ''
+        self.current_src_dir = None
+        self.proc = None
 
     def __del__(self):
         """Delete the working directory