git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c9d17
)
moveconfig: Correct use of members not declared in __init__()
author
Simon Glass
<sjg@chromium.org>
Sat, 23 Sep 2023 19:44:02 +0000
(13:44 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/tools/moveconfig.py
b/tools/moveconfig.py
index
2234f28
..
1dff891
100755
(executable)
--- 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