cldf / pycldf

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

add_columns calls make_column twice #138

Closed Anaphory closed 3 years ago

Anaphory commented 3 years ago

https://github.com/cldf/pycldf/blob/78f3ff9274badbffb767de23b98a3b40b4704363/src/pycldf/dataset.py#L291-L296

Not that it really matters: If make_column gets an argument that is already a column, it does nothing anyway.