]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: used-before-assignment in ftest.py
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 15 Dec 2023 23:26:04 +0000 (00:26 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 14:21:02 +0000 (07:21 -0700)
commit69c3705be9fe80a084408c5f8db7bceec4c720dd
treeca8eadcfa638e00f6cef59f7d15a63a1399fc026
parent86aeacca6792128cf16cd054a69018346a7aa601
binman: used-before-assignment in ftest.py

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.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py