nuttx/tools/ci/testrun/utils
Old-Ding 1c2af2a0f0 tools: avoid returning from finally blocks
Python warns about return statements inside finally blocks because they
can suppress pending exceptions. Move the returns after the try/finally
and try/except bodies so normal return values stay the same while
unexpected exceptions are no longer swallowed.

Signed-off-by: Old-Ding <ai.neo.ae86@gmail.com>
2026-08-21 20:07:53 +08:00
..
__init__.py tools: migrate to SPDX identifier 2024-09-10 23:11:11 +08:00
common.py tools: avoid returning from finally blocks 2026-08-21 20:07:53 +08:00
data_model.py tools: migrate to SPDX identifier 2024-09-10 23:11:11 +08:00