commit | b8ffa72eb04a55a89668c70ddafe47be05d5332c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 21 15:32:11 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 26 11:13:39 2024 -0600 |
tree | 7e499a95652f8cd5f6be236ba24bfdf79484ac2f | |
parent | 2e8312d0c1f54ba79f1097b490bb7b01c708a99a [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>