From 2084c82bedd7db1f359e3304dc7493e4c9ea003d Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 26 Nov 2006 04:29:46 +0000 Subject: [PATCH] Update svn: r7700 --- gramps2/src/GrampsDb/_GrampsBSDDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/GrampsDb/_GrampsBSDDB.py b/gramps2/src/GrampsDb/_GrampsBSDDB.py index 05dc9a3e0..724331944 100644 --- a/gramps2/src/GrampsDb/_GrampsBSDDB.py +++ b/gramps2/src/GrampsDb/_GrampsBSDDB.py @@ -356,7 +356,7 @@ class GrampsBSDDB(GrampsDbBase,UpdateCallback): env_name = os.path.join(os.path.expanduser(const.env_dir), self.full_name[1:]) - # Create the env dir + # Create the env dir if it does not exist if not os.path.isdir(env_name): os.makedirs(env_name) # If this is not a new db, see about copying old env dir