2006-12-05 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Revert incorrect commit. svn: r7764
This commit is contained in:
parent
6245f9a62f
commit
b32028bea6
@ -1,3 +1,7 @@
|
||||
2006-12-05 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Revert
|
||||
incorrect commit.
|
||||
|
||||
2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||
* src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir)
|
||||
|
||||
|
@ -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.bsddbenv_dir),
|
||||
env_name = os.path.join(os.path.expanduser(const.env_dir),
|
||||
tmp_name)
|
||||
|
||||
# Create the env dir if it does not exist
|
||||
|
Loading…
Reference in New Issue
Block a user