commit | 7545c5a9281f75933afe7b187efbe5297d728f22 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Dec 11 19:07:32 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:06 2023 -0500 |
tree | faa96cc353e35d41e4f773bd15621979a24d28f3 | |
parent | 85902cd6dcbe3934af88ea24e81e4e0c46fb95d3 [diff] |
test: fit: Using variable 'old_dtb' before assignment 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.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>