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 value to updated to the new value, and for the rest of the key values to be unaffected.
What actually happened?
The value got set but the rest of the key values were removed from the key.
How can we reproduce this issue?
Create a dict in Config that contains more than one key value, then use set_raw() to set one of the values within the key, then grab and print the new dict.
The text was updated successfully, but these errors were encountered:
Just to clarify here, do you mean that the default values provided through register_default are not included when you use get_raw, update the values, set_raw, and then later get_raw again, and if not, can you give a clear example of this happening?
Config registered the defaults, I printed them to make sure they were there, I then used set_raw() to change two of the values in a member's dict, then printed the whole member dict again and only those two values were in it.
Other bugs
What were you trying to do?
I was using set_raw() to update a value of a key.
What were you expecting to happen?
The value to updated to the new value, and for the rest of the key values to be unaffected.
What actually happened?
The value got set but the rest of the key values were removed from the key.
How can we reproduce this issue?
Create a dict in Config that contains more than one key value, then use set_raw() to set one of the values within the key, then grab and print the new dict.
The text was updated successfully, but these errors were encountered: