Fixed GW import issue with citation handles
This commit is contained in:
parent
8fd1a93f97
commit
75cc4fb721
@ -362,7 +362,7 @@ class GeneWebParser(object):
|
||||
|
||||
def read_children_source_line(self,line,fields):
|
||||
csrc = self.get_or_create_source(self.decode(fields[1]))
|
||||
self.current_child_source_handle = csrc
|
||||
self.current_child_source_handle = csrc.handle
|
||||
return None
|
||||
|
||||
def read_family_comment(self,line,fields):
|
||||
|
Loading…
Reference in New Issue
Block a user