commit | 32cc6ae273128510cffc536fc72f260181ef1744 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 11 13:23:18 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 02 10:28:12 2022 -0500 |
tree | f83965c262417db03c0ef725582f7bdfc5f1aa3b | |
parent | f9a719e2954473f9be1f8c14a28288f943a00dd2 [diff] [blame] |
patman: Correct pylint errors Fix pylint errors that can be fixed and mask those that seem to be incorrect. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/patman/commit.py b/tools/patman/commit.py index c331a3b..a645b22 100644 --- a/tools/patman/commit.py +++ b/tools/patman/commit.py
@@ -31,7 +31,7 @@ """ def __init__(self, hash): self.hash = hash - self.subject = None + self.subject = '' self.tags = [] self.changes = {} self.cc_list = []