cldf / csvw

CSV on the web
Apache License 2.0
37 stars 6 forks source link

Logging fails for columns with no URL metadata #26

Closed chrzyki closed 5 years ago

chrzyki commented 5 years ago

https://github.com/cldf/csvw/blob/aa58377e81959ca976ba4d5434354634de913f0f/src/csvw/metadata.py#L705-L707

tries to warn about unspecified columns and calls

https://github.com/cldf/csvw/blob/aa58377e81959ca976ba4d5434354634de913f0f/src/csvw/metadata.py#L580-L582

which can be NoneType, causing an AttributeError.