commit | f7902bc817d7e3e7655602bc44f0dccc6e09d394 | [log] [tgz] |
---|---|---|
author | Pieter De Gendt <pieter.degendt@basalte.be> | Wed Nov 20 15:35:46 2024 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Nov 22 17:40:37 2024 +0100 |
tree | 963f8ce2e0541453428e29ff0b04d599ac58c45c | |
parent | 1e1c7f7c166cbaef6efdfa10dba9a7bda69d2085 [diff] |
scripts: west_commands: runners: Fix bare except (E722 & B904) Catch explicit exceptions and pass them them to the ValueError See https://docs.astral.sh/ruff/rules/bare-except/ https://docs.astral.sh/ruff/rules/raise-without-from-inside-except/ Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>