cldf / pycldf

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

Source.from_entry should always be called with _check_id=False #108

Closed xrotwang closed 4 years ago

xrotwang commented 4 years ago

In pycldf.sources, Source.from_entry should always be called with _check_id=False. Otherwise, perfectly valid BibTeX entry IDs might be rejected.