Typo. Who puts vowels in 'makedirs'? ;-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e2fb71bc85
commit
582241e4a4
@ -66,7 +66,7 @@ class Job(object):
|
||||
self.proc = None
|
||||
if self.label:
|
||||
if not os.path.exists(self.LOGBASE):
|
||||
os.mkdirs(self.LOGBASE)
|
||||
os.makedirs(self.LOGBASE)
|
||||
self.log = file("%s/%s.log" % (self.LOGBASE, label), "w", 0)
|
||||
|
||||
def start(self):
|
||||
|
Loading…
Reference in New Issue
Block a user