[PATCH v3 13/27] moveconfig: Correct use of members not declared in __init__()
Simon Glass
sjg at chromium.org
Sat Sep 23 21:44:02 CEST 2023
Fix these pylint warnings.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/moveconfig.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 2234f28a7724..1dff89159312 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
--
2.42.0.515.g380fc7ccd1-goog
More information about the U-Boot
mailing list