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>
Fri, 29 Nov 2024 20:41:47 +0000 (14:41 -0600)
commitac1c547092f88d6c81848d81896765a974d06300
tree4b33bd5166d08bff52f7671d8109fe154608f2f8
parentd83143eb55cbf45ff4247f9329e053c754b2edda
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