mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-07 14:00:57 +00:00
TEST
This commit is contained in:
parent
f8f7dc3c8d
commit
45fe153954
@ -101,7 +101,7 @@ async def bootscreen() -> None:
|
||||
# other exceptions here are unexpected and should halt the device
|
||||
if __debug__:
|
||||
log.exception(__name__, e)
|
||||
utils.halt(e.__class__.__name__)
|
||||
utils.halt(e.__class__.__name__ + " " + str(e))
|
||||
|
||||
|
||||
# Ignore all automated PIN messages in the boot-phase (turned off in `bootscreen()`), unless Optiga throttling delays are active.
|
||||
|
Loading…
Reference in New Issue
Block a user