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
Labels
bug
Something that does not work
DeliraConfig({"a": {"b": 2}, "b":2})
should work since the "b" keys are on a different dict-level. However this results inValueError: b already in config. Can not overwrite value.
The text was updated successfully, but these errors were encountered: