gmr / flatdict

Python module for interacting with nested dicts as a single level dict with delimited keys.
https://flatdict.readthedocs.io
BSD 3-Clause "New" or "Revised" License
112 stars 32 forks source link

Flatdict fixed list values assignment issues #52

Open abibas opened 2 years ago

abibas commented 2 years ago

There was a mistake in the logic when it tries to split KEY-string by delimiter even in case if there is only digits index in the line. Added scoped fix, which doesn't affect all other functionalities.

abibas commented 2 years ago

Fix for Issue #51

@gmr