Commit 1b45e7c7 authored by Marco Mariani's avatar Marco Mariani

utils: mkdir_p defaults to 0o700

parent 89b3e112
......@@ -4,7 +4,7 @@ import errno
import os
def mkdir_p(path, mode=0o777):
def mkdir_p(path, mode=0o700):
"""\
Creates a directory and its parents, if needed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment