4161: Fix empty #buri fields
Still present on Geneweb 6 and 7alpha patch by 'hmmmpf'
This commit is contained in:
parent
2a26ca6c5c
commit
bdd70dec1c
@ -668,6 +668,7 @@ class GeneWebParser(object):
|
||||
death_source = self.get_or_create_source(self.decode(fields[idx]))
|
||||
idx += 1
|
||||
elif field == '#buri' and idx < len(fields):
|
||||
if fields[idx][0]!='#': # bug in GeneWeb: empty #buri fields
|
||||
LOG.debug("Burial Date: %s" % fields[idx])
|
||||
bur_date = self.parse_date(self.decode(fields[idx]))
|
||||
idx += 1
|
||||
|
Loading…
Reference in New Issue
Block a user