svn: r2931
This commit is contained in:
Alex Roitman
2004-02-29 01:05:45 +00:00
parent ae6f7749b7
commit 915bf08e8b
3 changed files with 19 additions and 16 deletions

View File

@@ -2677,7 +2677,7 @@ class GrampsDB:
else:
person.set_id(val)
assert(person.get_id())
print person.get_id()
print "person.get_id():", person.get_id()
assert(person.get_id()[0] == 'I')
self.person_map.put(str(val), person.serialize())
self.pmap_index = self.pmap_index+1