old_dtb can only be assumed initialized in the finally block if it is assigned a value before the try statement.
Avoid a pylint error reported by current pylint. Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> Reviewed-by: Simon Glass <s...@chromium.org> --- v2: mention pylint in commit message --- test/py/tests/test_vboot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Applied to u-boot-dm/next, thanks!