]> git.phdru.name Git - bookmarks_db.git/commitdiff
Open the error log in append mode.
authorOleg Broytman <phd@phdru.name>
Mon, 24 Dec 2007 20:59:45 +0000 (20:59 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 24 Dec 2007 20:59:45 +0000 (20:59 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@131 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rforking.py

index 0f1dc6a6b5d0d511224dc979f08df89aafdebf96..c04026e2cc6c48ce4c55425dbc585333906ae667 100644 (file)
@@ -15,8 +15,8 @@ import sys, os
 from subproc import Subprocess, RecordFile
 
 # This is to catch 'close failed: [Errno 9] Bad file descriptor' message
-# from os.close() in Subprocess.die().
-sys.stderr = open("err.log", 'w')
+# from os.close() in Subprocess.die() and errors from from the subprocess.
+sys.stderr = open("err.log", 'a')
 
 check_subp = None
 subp_pipe = None