From 24661c2f2d43ff61518b5417f8587ed903963e8a Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 16 Jun 2011 10:44:50 +0000 Subject: [PATCH] 5000: feature request: make GRAMPSHOME's parent tree if needed, by PFranklin svn: r17799 --- src/gramps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gramps.py b/src/gramps.py index b4d8b06d3..6a2aeef04 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(): """