]> git.phdru.name Git - bookmarks_db.git/commitdiff
Flush stderr.
authorOleg Broytman <phd@phdru.name>
Sun, 23 Dec 2007 10:54:16 +0000 (10:54 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 23 Dec 2007 10:54:16 +0000 (10:54 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@129 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rforking.py

index 3ce798b407002ed75db7abe3dff73ac8fc56785b..0f1dc6a6b5d0d511224dc979f08df89aafdebf96 100644 (file)
@@ -69,6 +69,7 @@ class robot_forking(Robot):
             if not error:
                break
             sys.stderr.write("(subp) " + error)
+         sys.stderr.flush()
 
       except KeyboardInterrupt:
          return 0