Fix for either valid or invalid FTM Gedcom
This commit is contained in:
parent
b5260704df
commit
2eed3c4ab6
@ -5417,7 +5417,8 @@ class GedcomParser(UpdateCallback):
|
|||||||
@type state: CurrentState
|
@type state: CurrentState
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if self.is_ftw and state.event.type in FTW_BAD_PLACE:
|
if self.is_ftw and (state.event.type in FTW_BAD_PLACE) \
|
||||||
|
and not state.event.get_description():
|
||||||
state.event.set_description(line.data)
|
state.event.set_description(line.data)
|
||||||
else:
|
else:
|
||||||
title = line.data
|
title = line.data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user