summaryrefslogtreecommitdiffstats
path: root/callback_plugins
diff options
context:
space:
mode:
Diffstat (limited to 'callback_plugins')
-rw-r--r--callback_plugins/logdetail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/callback_plugins/logdetail.py b/callback_plugins/logdetail.py
index 718ed7a73..87b422652 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