-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
debug and flash commands for em-starterkit generate an error:
Using runner: em-starterkit
fatal error: command debug cannot be run in this context: Runner em-starterkit received unknown arguments ['']
parse_known_args() returns a list with an empty string instead of an empty list. No idea if this is ok and the check should be changed, or something else should be fixed...
See:
zephyr/scripts/meta/west/cmd/run_common.py
Line 209 in f3f767a
| if unknown: |
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug