commit | d77e8aeb04624830a85046178c34e1110f99c24c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 21 15:32:11 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 29 14:41:47 2024 -0600 |
tree | 4b33bd5166d08bff52f7671d8109fe154608f2f8 | |
parent | d99fdc01e0f35b7b36f390e373e456a06d2e311f [diff] |
test_ut: Drop exeception handling We don't need the fallback anymore. As a first step to removing it, drop the try...except clauses and unindent the code. This produces a large diff but there are no other code changes. Signed-off-by: Simon Glass <sjg@chromium.org>