On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer <maxim.courno...@gmail.com> wrote: > > This better matches Python conventions, allowing to easily test > whether the optional argument is provided. > > Signed-off-by: Maxim Cournoyer <maxim.courno...@savoirfairelinux.com> > --- > > (no changes since v1) > > tools/patman/__main__.py | 2 +- > tools/patman/settings.py | 9 +++++---- > 2 files changed, 6 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Applied to u-boot-dm/next, thanks!