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
bb823f977e
commit
eb060e7242
@ -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>
|
2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||||
* src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir)
|
* 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
|
# Environment name is now based on the filename
|
||||||
drive, tmp_name = os.path.splitdrive(self.full_name)
|
drive, tmp_name = os.path.splitdrive(self.full_name)
|
||||||
tmp_name = tmp_name.lstrip(os.sep)
|
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)
|
tmp_name)
|
||||||
|
|
||||||
# Create the env dir if it does not exist
|
# Create the env dir if it does not exist
|
||||||
|
Loading…
Reference in New Issue
Block a user