Skip to content

Commit

Permalink
Fixed GW import issue with citation handles
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Blank committed May 23, 2015
1 parent 8fd1a93 commit 75cc4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/plugins/importer/importgeneweb.py
Expand Up @@ -362,7 +362,7 @@ def read_children_birthplace_line(self,line,fields):

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):
Expand Down

0 comments on commit 75cc4fb

Please sign in to comment.