Open darioisola opened 2 years ago
According to my undertanding - this is not expected behavior. It's clearly stated in the examples from the main page, that LISTs are supported:
value = flatdict.FlatterDict({'list': ['a', 'b', 'c']})
In any case we needed to fix it for our need, but I have a strange feeling that PR won't be accepted. I can see PRs are not processed since 9 Feb 2021. Example: https://github.com/gmr/flatdict/pull/45
Here is my PR https://github.com/gmr/flatdict/pull/52
The following
should set the first element of the list
a
but it raises the an errorwhich I can be fixed in various ways. I assume this is not the intended behavior.