]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Define Commit.path in the constructor
authorSimon Glass <sjg@chromium.org>
Thu, 3 Mar 2022 02:12:24 +0000 (19:12 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 18 Mar 2022 19:44:45 +0000 (19:44 +0000)
commitb8309b70e456eb61d8f4ffc21e2bd23ef232ed19
treeb3641aa262444dbcce8cd37f5ebec57cd9357cdc
parent8bd1039e93fb7b5045db9fcb6617e85b7b9ffe2a
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>
tools/patman/commit.py