test_ut: Drop exeception handling
authorSimon Glass <sjg@chromium.org>
Thu, 21 Nov 2024 22:32:11 +0000 (15:32 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 26 Nov 2024 17:13:39 +0000 (11:13 -0600)
commit22eef59dd3642c0ea47bd4974e11ba6ef1a88d43
tree7e499a95652f8cd5f6be236ba24bfdf79484ac2f
parent360315b3603c557549704ed6bc3b39eba12e92b0
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>
test/py/tests/test_ut.py