aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass2023-09-23 13:44:02 -0600
committerSimon Glass2023-10-04 09:25:21 -0600
commita6ab4dbd6063b18d4af64b65cfd57c218ed9f9db (patch)
treec067f7700a15389cca0e8851993a4e91dbe3833d
parenta4c9d178bc346d8cb1a8baa17f7207564076710e (diff)
moveconfig: Correct use of members not declared in __init__()
Fix these pylint warnings. Signed-off-by: Simon Glass <sjg@chromium.org>
-rwxr-xr-xtools/moveconfig.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 2234f28a772..1dff8915931 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -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