5000: feature request: make GRAMPSHOME's parent tree if needed, by PFranklin
svn: r17798
This commit is contained in:
parent
0b236b179e
commit
9177ad1690
@ -149,7 +149,7 @@ def build_user_paths():
|
|||||||
if os.path.islink(path):
|
if os.path.islink(path):
|
||||||
pass # ok
|
pass # ok
|
||||||
elif not os.path.isdir(path):
|
elif not os.path.isdir(path):
|
||||||
os.mkdir(path)
|
os.makedirs(path)
|
||||||
|
|
||||||
def show_settings():
|
def show_settings():
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user