moveconfig: Correct use of members not declared in __init__()

Fix these pylint warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2023-09-23 13:44:02 -06:00
parent a4c9d178bc
commit a6ab4dbd60

View File

@ -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