zephyr/scripts/west_commands/runners
Ulf Magnusson d2d5fae838 west: runners: core.py: Remove no-op try-excepts
Removing these doesn't change behavior, since the
subprocess.CalledProcessError is just immediately re-raised when caught.

Fixes this pylint warning:

    W0706: The except handler raises immediately (try-except-raise)

Fixing pylint warnings for a CI check.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-07 08:06:51 -04:00
..
__init__.py scripts: runners: abstract jlink's missing program support 2019-06-17 15:06:21 +02:00
arc.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00
blackmagicprobe.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00
bossac.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00
core.py west: runners: core.py: Remove no-op try-excepts 2019-09-07 08:06:51 -04:00
dfu.py scripts: west_commands: decouple runners pkg from west 2019-06-26 01:25:54 +02:00
esp32.py scripts: west_commands: decouple runners pkg from west 2019-06-26 01:25:54 +02:00
hifive1.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00
intel_s1000.py scripts: west_commands: decouple runners pkg from west 2019-06-26 01:25:54 +02:00
jlink.py scripts: runners: improve hex file detection and output 2019-08-16 18:42:41 +02:00
nios2.py scripts: runners: improve hex file detection and output 2019-08-16 18:42:41 +02:00
nrfjprog.py scripts: runners: improve hex file detection and output 2019-08-16 18:42:41 +02:00
nsim.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00
openocd.py scripts: runners: improve hex file detection and output 2019-08-16 18:42:41 +02:00
pyocd.py scripts: west flash: fix --board-id for pyocd 2019-08-19 11:03:03 +02:00
qemu.py west: runners: Remove unnecessary constructors 2019-09-07 08:06:51 -04:00
xtensa.py west: runners: Remove unnecessary constructors 2019-09-07 08:06:51 -04:00