Closed chrzyki closed 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.
NoneType
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.