Skip to content

Fails if no mlxp override #10

@wazizian

Description

@wazizian

With the last version on pip, it fails when launched locally (without mlxpsub) and when there is not +mlxp. ... = ... overrides on the command line.
It seems to be because there is a overrides.pop("mlxp") without a check of whether this key is in the dict.

overrides.pop("mlxp")

Replacing it with

overrides.pop("mlxp", None)

fixes it for me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions