Seriously, I'll get this right one of these days...

This commit is contained in:
Jeremy Fincher 2009-04-27 11:10:56 -05:00
parent f51928d93b
commit f159cb742a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ if __name__ == '__main__':
try:
file(options.pidfile, 'r+')
except EnvironmentError, e:
debug('pidfile (%s) is not writable: %s', options.pidfile, e)
debug('pidfile (%s) is not writable: %s' % (options.pidfile, e))
sys.exit(-1)
debug('Bot not found, starting.')
home = os.environ['HOME']