From d4f08e57b073fb7aaf9e84316c3380c08759d26d Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 28 Jun 2013 21:18:44 +0000 Subject: [PATCH] not 750, 0750 --- callback_plugins/logdetail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callback_plugins/logdetail.py b/callback_plugins/logdetail.py index 718ed7a735..87b4226523 100644 --- a/callback_plugins/logdetail.py +++ b/callback_plugins/logdetail.py @@ -36,7 +36,7 @@ class LogMech(object): self.logpath = LOG_PATH if not os.path.exists(self.logpath): try: - os.makedirs(self.logpath, mode=750) + os.makedirs(self.logpath, mode=0750) except OSError, e: if e.errno != 17: raise