commit | 53f6f59f3de6052199f353991c805dc0ff3526c7 | [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 | 3399d33a81b82be1a0818270f4cc397d2637449b [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>