-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add yaml serializer for addict dictionary #8
Comments
@jkrzemin thanks for reporting. Can you paste a snippet that is causing this? Just to make sure I understand it correctly |
Ok, so here is a class definition
Here is python source for component
Which causes
An interesting thing I've found during preparing this snippet is that if I'd assign Edit:
|
@ramaro does this snipped provide information you need? |
@jkrzemin thanks, this makes it clearer! |
Using kwargs to update root on kadet input right now can lead to quite a frustrating and a bit misleading error
It's because a dictionary is of Dict type which is unknown to yaml serializer, which misleadingly (in context of this error message) has the same text representation as regular python dictionary.
The text was updated successfully, but these errors were encountered: