Closed jochenklein closed 8 years ago
Fixes given_name_initial(name, index=0) by returning empty string in case of IndexError: list index out of range. This exception is caused by having invalid author names, e.g. name='., '. Unfortunately, we have such names on CDS.
given_name_initial(name, index=0)
IndexError: list index out of range
name='., '
Fixes
given_name_initial(name, index=0)
by returning empty string in case ofIndexError: list index out of range
. This exception is caused by having invalid author names, e.g.name='., '
. Unfortunately, we have such names on CDS.