Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recursively convert dict to AttrDict when making an AttrDict (#1154)
Dicts within an AttrDict were not being converted to AttrDicts at creation/update time. This meant (among other things) when updating, nested dicts of the same name would be overwritten instead of merged.
- Loading branch information