commit | fc6c663af38d2aa2c2438e4bc20227cdb3183e44 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 02 19:12:24 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 18 19:44:45 2022 +0000 |
tree | b3641aa262444dbcce8cd37f5ebec57cd9357cdc | |
parent | bc30585888e27e9b80d2c9d476176f9cde5bf42c [diff] |
patman: Define Commit.path in the constructor It is good practice to init all variables in the constructor and pylint sometimes checks this. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Tom Rini <trini@konsulko.com>