X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1a9f3318b7698a404a65538e6ec2a2c0ac1230e..ad604d0f8d50abf9f3a7b844f90c9a039ab0e348:/wxPython/distrib/all/taskrunner.py diff --git a/wxPython/distrib/all/taskrunner.py b/wxPython/distrib/all/taskrunner.py index 2c2c47aacf..7b7f9aa712 100644 --- a/wxPython/distrib/all/taskrunner.py +++ b/wxPython/distrib/all/taskrunner.py @@ -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):