Missed a spot

This commit is contained in:
R. Tyler Ballance 2010-01-13 03:21:10 -08:00
parent 31ffcece68
commit 8f976b2138
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class Controller(object):
time.asctime()))
if self.config.get('pidfile'):
with open(config.get('pidfile'), 'w') as fd:
with open(self.config.get('pidfile'), 'w') as fd:
fd.write('%s\n' % self.controller_pid)
setproctitle("spawn: controller " + self.args["argv_str"])