You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line config.foo = {} has no effect. I understand that this is consistent with .update, where dictionaries are used as the data model for nested keys and the update'd tree is merged into the current one, but setting an attribute feels like it should never be a no-op; it should either set something, or error.