Skip to content

west config corner cases when setting option foo.bar=baz #779

@mbolivar

Description

@mbolivar

This command:

$ west config foo.bar=baz qux

should, I think, either error out, or set an option named foo.bar=baz to qux.

Instead, it does some mix of the two, because afterwards, running:

$ west config foo.bar=baz

results in west exiting 1 with the option unset , but

$ west config -l | grep foo
foo.bar=baz = qux

something is wrong here, likely related to how configparser deals with = signs

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions