bug 9579 Gedcom import of FTM file with OCCU record crashes import

This commit is contained in:
prculley 2016-07-13 10:56:47 -05:00
parent 28cc175fb5
commit b5260704df

View File

@ -5448,8 +5448,8 @@ class GedcomParser(UpdateCallback):
state.msg += sub_state.msg state.msg += sub_state.msg
if sub_state.pf: # if we found local PLAC:FORM if sub_state.pf: # if we found local PLAC:FORM
state.pf = sub_state.pf # save to override global value state.pf = sub_state.pf # save to override global value
# merge notes etc into place # merge notes etc into place
state.place.merge(sub_state.place) state.place.merge(sub_state.place)
def __event_place_note(self, line, state): def __event_place_note(self, line, state):
""" """