diff options
| author | Barry Warsaw | 2014-04-14 14:00:23 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-04-14 14:00:23 -0400 |
| commit | 243b4dd66d1c6bd412ae0ce3770e36aebd3b6a36 (patch) | |
| tree | 4675fbe20a241617d128360f555cb8f7ffc973c0 /src/mailman/utilities/filesystem.py | |
| parent | 3a9725b91ef822122a70170333d71b58e1788a78 (diff) | |
| parent | 9a25f63b3e1846dca980010287b9278fc7418f0b (diff) | |
| download | mailman-243b4dd66d1c6bd412ae0ce3770e36aebd3b6a36.tar.gz mailman-243b4dd66d1c6bd412ae0ce3770e36aebd3b6a36.tar.zst mailman-243b4dd66d1c6bd412ae0ce3770e36aebd3b6a36.zip | |
Diffstat (limited to 'src/mailman/utilities/filesystem.py')
| -rw-r--r-- | src/mailman/utilities/filesystem.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/utilities/filesystem.py b/src/mailman/utilities/filesystem.py index 70adf055b..ed215a6bd 100644 --- a/src/mailman/utilities/filesystem.py +++ b/src/mailman/utilities/filesystem.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -"""Module stuff.""" +"""Filesystem utilities.""" from __future__ import absolute_import, unicode_literals @@ -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 |
