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
I have a nested dictionary that i'd like updated to be empty when I update with a user config. Ideally the top level attribute would be set to {} and then base_cfg.update(user_cfg, recursive=False) would nuke the whole dict with the user value of {}
The text was updated successfully, but these errors were encountered:
I have a nested dictionary that i'd like updated to be empty when I update with a user config. Ideally the top level attribute would be set to
{}
and thenbase_cfg.update(user_cfg, recursive=False)
would nuke the whole dict with the user value of{}
The text was updated successfully, but these errors were encountered: