]> code.delx.au - offlineimap/commit
Fix a bug preventing the pid file from being empty.
authorBen Willard <benwillard@gmail.com>
Fri, 8 Aug 2008 01:16:36 +0000 (21:16 -0400)
committerJohn Goerzen <jgoerzen@complete.org>
Fri, 8 Aug 2008 02:09:11 +0000 (21:09 -0500)
commit04a6270058b038c768bccc859e5a486d46f7e19c
treee5979f15480a0d4e4545025b72f056fb511fe28c
parentb267fd25a6de74caafcf8e4f53df98c307dd2740
Fix a bug preventing the pid file from being empty.

Convert os.getpid() to a string before writing it to the pid file in
order to avoid generating an empty pid file.
offlineimap/init.py