5000: feature request: make GRAMPSHOME's parent tree if needed, by PFranklin

svn: r17799
This commit is contained in:
Doug Blank 2011-06-16 10:44:50 +00:00
parent 8fdd9a1934
commit 24661c2f2d

View File

@ -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():
"""