mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Seriously, I'll get this right one of these days...
This commit is contained in:
parent
f51928d93b
commit
f159cb742a
@ -116,7 +116,7 @@ if __name__ == '__main__':
|
|||||||
try:
|
try:
|
||||||
file(options.pidfile, 'r+')
|
file(options.pidfile, 'r+')
|
||||||
except EnvironmentError, e:
|
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)
|
sys.exit(-1)
|
||||||
debug('Bot not found, starting.')
|
debug('Bot not found, starting.')
|
||||||
home = os.environ['HOME']
|
home = os.environ['HOME']
|
||||||
|
Loading…
Reference in New Issue
Block a user