
15 Sep
2023
15 Sep
'23
2:22 a.m.
Fix these pylint warnings.
Signed-off-by: Simon Glass sjg@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.459.ge4e396fd5e-goog