Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

[Bug] Values with same name on different levels in DeliraConfig #228

Description

@justusschock

DeliraConfig({"a": {"b": 2}, "b":2}) should work since the "b" keys are on a different dict-level. However this results in ValueError: b already in config. Can not overwrite value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that does not work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions