WolfgangFahl / ConferenceCorpus

ScientificEventCorpus
Apache License 2.0
1 stars 2 forks source link

sorting needs to be more robust #56

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 2 years ago

File "/home/wf/source/python/ConferenceCorpus/corpus/web/eventseries.py", line 84, in generateSeriesSpreadsheet lod.sort(key=lambda record: record.get('year',0)) TypeError: '<' not supported between instances of 'NoneType' and 'int'