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

svn: r17798
This commit is contained in:
Doug Blank 2011-06-16 10:42:08 +00:00
parent 0b236b179e
commit 9177ad1690

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