From 9177ad16901166e49593aae807ae93188f99e3bf Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 16 Jun 2011 10:42:08 +0000 Subject: [PATCH] 5000: feature request: make GRAMPSHOME's parent tree if needed, by PFranklin svn: r17798 --- src/gramps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gramps.py b/src/gramps.py index 90601fef3..5f1a66dd2 100644 --- a/src/gramps.py +++ b/src/gramps.py @@ -149,7 +149,7 @@ def build_user_paths(): if os.path.islink(path): pass # ok elif not os.path.isdir(path): - os.mkdir(path) + os.makedirs(path) def show_settings(): """