cldf / pycldf

python package to read and write CLDF datasets
https://cldf.clld.org
Apache License 2.0
15 stars 7 forks source link

Sources must be passed as ordered dicts when writing to db #117

Closed xrotwang closed 4 years ago

xrotwang commented 4 years ago

For py3.5 compat, source objects must be created as OrderedDict here https://github.com/cldf/pycldf/blob/21bc7759d753192ed5928cefc6736c809af8f04f/src/pycldf/db.py#L230