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
common.py tools: avoid returning from finally blocks 2026-08-21 20:07:53 +08:00
data_model.py