Skip to content
Commit 2959ed35 authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

west: runners/misc-flasher: fix passing extra args to script



The argparse module, by default, complains about non-defined
arguments. This prevents passing arguments prefixed with '-'
or '--' to the target script (e.g. calling another Python
script using argparse). This changes the misc-flasher script
so that any arguments not recognized by west will be passed
to the target script.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 979e124e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment