nuttx/tools/pynuttx
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
..
nxgdb tools: avoid returning from finally blocks 2026-08-21 20:07:53 +08:00
.gitignore
gdbinit.py
pyproject.toml nxgdb: include all files to package 2025-02-02 14:02:24 +08:00
requirements.txt build(deps): bump pillow from 12.2.0 to 12.3.0 in /tools/pynuttx 2026-07-22 11:35:43 +08:00