not 750, 0750

This commit is contained in:
Seth Vidal 2013-06-28 21:18:44 +00:00
parent 091587af88
commit d4f08e57b0

View file

@ -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