On Fri, 15 Dec 2023 at 16:26, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > Pytest 7.4.3 complains if a variable is used in a finally clause without > having been initialized before the try clause. > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > tools/binman/ftest.py | 20 +++++++++++++++----- > 1 file changed, 15 insertions(+), 5 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org> Applied to u-boot-dm/next, thanks!