From: Oleg Broytman Date: Sun, 23 Dec 2007 10:54:16 +0000 (+0000) Subject: Flush stderr. X-Git-Tag: v4.5.3~247 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e57fc8828620b267dbac2b40c6272c0df6cd58e2;p=bookmarks_db.git Flush stderr. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@129 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/Robots/bkmk_rforking.py b/Robots/bkmk_rforking.py index 3ce798b..0f1dc6a 100644 --- a/Robots/bkmk_rforking.py +++ b/Robots/bkmk_rforking.py @@ -69,6 +69,7 @@ class robot_forking(Robot): if not error: break sys.stderr.write("(subp) " + error) + sys.stderr.flush() except KeyboardInterrupt: return 0