diff options
Diffstat (limited to 'modules/mm_utils.py')
| -rw-r--r-- | modules/mm_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mm_utils.py b/modules/mm_utils.py index 12e46c99a..13f517d09 100644 --- a/modules/mm_utils.py +++ b/modules/mm_utils.py @@ -67,7 +67,7 @@ def GetPathPieces(path): pass return l -def MakeDirTree(path, perms=0774, verbose=0): +def MakeDirTree(path, perms=0775, verbose=0): made_part = '/' path_parts = GetPathPieces(path) for item in path_parts: |
