* src/GrampsDb/_ReadGedcom.py (func_repo_addr): Properly parse address
svn: r7954
This commit is contained in:
parent
94fc96718f
commit
664d8823d2
@ -2,6 +2,7 @@
|
|||||||
* src/ArgHandler.py,
|
* src/ArgHandler.py,
|
||||||
* src/DbLoader.py: Print out more precise error messages when trying
|
* src/DbLoader.py: Print out more precise error messages when trying
|
||||||
to open gpkg or geneweb files.
|
to open gpkg or geneweb files.
|
||||||
|
* src/GrampsDb/_ReadGedcom.py (func_repo_addr): Properly parse address
|
||||||
|
|
||||||
2007-01-21 Don Allingham <don@gramps-project.org>
|
2007-01-21 Don Allingham <don@gramps-project.org>
|
||||||
* src/GrampsDb/_GrampsDBCallback.py: sys.getfilesystemencoding()
|
* src/GrampsDb/_GrampsDBCallback.py: sys.getfilesystemencoding()
|
||||||
|
@ -3197,6 +3197,7 @@ class GedcomParser(UpdateCallback):
|
|||||||
addr = RelLib.Address()
|
addr = RelLib.Address()
|
||||||
matched = False
|
matched = False
|
||||||
|
|
||||||
|
addr.set_street(matches[2])
|
||||||
self.parse_address(addr, 2)
|
self.parse_address(addr, 2)
|
||||||
|
|
||||||
text = addr.get_street()
|
text = addr.get_street()
|
||||||
|
Loading…
Reference in New Issue
Block a user