summaryrefslogtreecommitdiff
path: root/Mailman/Utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Utils.py')
-rw-r--r--Mailman/Utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index 12e46c99a..13f517d09 100644
--- a/Mailman/Utils.py
+++ b/Mailman/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: