Spotted during the initial development of the final_check step: an exception in that function would make frido exit without logging the issue.
It makes sense to have the same kind of try/except net in that function as elsewhere, but it would also make sense to adjust the caller for extra safety… so that requires some thinking.
Spotted during the initial development of the
final_checkstep: an exception in that function would makefridoexit without logging the issue.It makes sense to have the same kind of
try/exceptnet in that function as elsewhere, but it would also make sense to adjust the caller for extra safety… so that requires some thinking.