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