From 054e2517547909bbb99cc17d2fc2c0863171b81e Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Thu, 11 Oct 2007 22:52:00 +0000 Subject: [PATCH] typo in previous commit svn: r9152 --- src/GrampsDbUtils/_ReadXML.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GrampsDbUtils/_ReadXML.py b/src/GrampsDbUtils/_ReadXML.py index b9280ab5d..c681fe9a9 100644 --- a/src/GrampsDbUtils/_ReadXML.py +++ b/src/GrampsDbUtils/_ReadXML.py @@ -1333,7 +1333,7 @@ class GrampsParser(UpdateCallback): self.reporef = gen.lib.RepoRef() try: handle = attrs['hlink'].replace('_', '') - self.db.check_repository_from_handle(handle, self.trans + self.db.check_repository_from_handle(handle, self.trans, set_gid = False) except KeyError: repo = self.find_repo_by_gramps_id(self.map_rid(attrs['ref'])) @@ -1351,7 +1351,7 @@ class GrampsParser(UpdateCallback): self.objref = gen.lib.MediaRef() try: handle = attrs['hlink'].replace('_', '') - self.db.check_object_from_handle(handle, self.trans + self.db.check_object_from_handle(handle, self.trans, set_gid = False) except KeyError: obj = self.find_object_by_gramps_id(self.map_oid(attrs['ref']))