summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/filesystem.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/utilities/filesystem.py')
-rw-r--r--src/mailman/utilities/filesystem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/utilities/filesystem.py b/src/mailman/utilities/filesystem.py
index e3a1dc39e..df9a21355 100644
--- a/src/mailman/utilities/filesystem.py
+++ b/src/mailman/utilities/filesystem.py
@@ -50,7 +50,7 @@ class umask:
-def makedirs(path, mode=02775):
+def makedirs(path, mode=0o2775):
"""Create a directory hierarchy, ensuring permissions.
Other than just calling os.makedirs(), this ensures that the umask is