Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent fec3cca3b0
commit 12784c8bd8
  1. 1
      lib/cdist/exec/local.py

@ -83,6 +83,7 @@ class Local(object):
def mkdir(self, path):
"""Create directory on the local side."""
self.log.debug("Local mkdir: %s", path)
# FIXME: dont set mode here, fix unittest mkdtemp instead
os.makedirs(path, mode=0o700, exist_ok=True)
def run(self, command, env=None):

Loading…
Cancel
Save