Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: fix west TypeError on unknown arguments
Let's not mess with CommandContextError here, as the APIs have gotten messed around a bit in various versions. Just use log.die() as that will work with current and future west versions, and is clearer anyway. Fixes west 247. Signed-off-by: Marti Bolivar <[email protected]>
- Loading branch information