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

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

Open
justusschock opened this issue Oct 17, 2019 · 0 comments
Open
Labels
bug Something that does not work

Comments

@justusschock
Copy link
Member

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.

@justusschock justusschock added the bug Something that does not work label Oct 17, 2019
@justusschock justusschock changed the title [Bug] [Bug] Values with same name on different levels in DeliraConfig Oct 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something that does not work
Projects
None yet
Development

No branches or pull requests

1 participant