commit | 69c3705be9fe80a084408c5f8db7bceec4c720dd | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Dec 16 00:26:04 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 31 07:21:02 2023 -0700 |
tree | ca8eadcfa638e00f6cef59f7d15a63a1399fc026 | |
parent | 86aeacca6792128cf16cd054a69018346a7aa601 [diff] |
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>