mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 14:08:30 +00:00
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> |
||
|---|---|---|
| .. | ||
| docker/linux | ||
| platforms | ||
| testlist | ||
| testrun | ||
| cibuild-oot.sh | ||
| cibuild.ps1 | ||
| cibuild.sh | ||
| cirun.sh | ||
| README.md | ||
CI Tools
These are tools and data used for the CI system. Some of what is here may also be useful for local testing.