2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir) svn: r7763
This commit is contained in:
parent
78811073f9
commit
6245f9a62f
@ -1,3 +1,6 @@
|
||||
2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||
* src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir)
|
||||
|
||||
2006-12-04 Don Allingham <don@gramps-project.org>
|
||||
* src/DataViews/_RelationView.py: fix reorder spouse sensitivity
|
||||
* src/GrampsDb/_ReadGedcom.py: Handle notes with the way that
|
||||
|
@ -358,7 +358,7 @@ class GrampsBSDDB(GrampsDbBase,UpdateCallback):
|
||||
# Environment name is now based on the filename
|
||||
drive, tmp_name = os.path.splitdrive(self.full_name)
|
||||
tmp_name = tmp_name.lstrip(os.sep)
|
||||
env_name = os.path.join(os.path.expanduser(const.env_dir),
|
||||
env_name = os.path.join(os.path.expanduser(const.bsddbenv_dir),
|
||||
tmp_name)
|
||||
|
||||
# Create the env dir if it does not exist
|
||||
|
Loading…
Reference in New Issue
Block a user