Update
svn: r7700
This commit is contained in:
parent
8c32eaea35
commit
2084c82bed
@ -356,7 +356,7 @@ class GrampsBSDDB(GrampsDbBase,UpdateCallback):
|
|||||||
env_name = os.path.join(os.path.expanduser(const.env_dir),
|
env_name = os.path.join(os.path.expanduser(const.env_dir),
|
||||||
self.full_name[1:])
|
self.full_name[1:])
|
||||||
|
|
||||||
# Create the env dir
|
# Create the env dir if it does not exist
|
||||||
if not os.path.isdir(env_name):
|
if not os.path.isdir(env_name):
|
||||||
os.makedirs(env_name)
|
os.makedirs(env_name)
|
||||||
# If this is not a new db, see about copying old env dir
|
# If this is not a new db, see about copying old env dir
|
||||||
|
Loading…
Reference in New Issue
Block a user