Re: [PATCH 1/1] binman: used-before-assignment in ftest.py

2024-01-01 Thread Simon Glass
On Fri, 15 Dec 2023 at 16:26, Heinrich Schuchardt
 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 
> ---
>  tools/binman/ftest.py | 20 +++-
>  1 file changed, 15 insertions(+), 5 deletions(-)
>

Reviewed-by: Simon Glass 

Applied to u-boot-dm/next, thanks!


Re: [PATCH 1/1] binman: used-before-assignment in ftest.py

2023-12-16 Thread Simon Glass
On Fri, 15 Dec 2023 at 16:26, Heinrich Schuchardt
 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 
> ---
>  tools/binman/ftest.py | 20 +++-
>  1 file changed, 15 insertions(+), 5 deletions(-)
>

Reviewed-by: Simon Glass