Two fixes to address issues with living proxy and GEDCOM export
svn: r15295
This commit is contained in:
@@ -1286,6 +1286,8 @@ class GedcomWriter(UpdateCallback):
|
||||
return
|
||||
|
||||
src = self.dbase.get_source_from_handle(src_handle)
|
||||
if src is None:
|
||||
return
|
||||
|
||||
# Reference to the source
|
||||
self.__writeln(level, "SOUR", "@%s@" % src.get_gramps_id())
|
||||
|
||||
Reference in New Issue
Block a user