From ec00b8f650a042a682da43ed29137d3303eac5b4 Mon Sep 17 00:00:00 2001 From: Richard Kreuter Date: Tue, 13 Apr 2010 14:29:27 -0400 Subject: [PATCH] Another makealldist.py tweak for buildbot. --- buildscripts/makealldists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/makealldists.py b/buildscripts/makealldists.py index 4099c1ab591..149d1e51132 100755 --- a/buildscripts/makealldists.py +++ b/buildscripts/makealldists.py @@ -144,7 +144,7 @@ def wait(procs, winfh, losefh, winners, losers): # emit a blank line, so that the buildbot doesn't kill us off # while waiting for output. sys.stdout.write('.') - sys.stdout.flush + sys.stdout.flush() try: (pid, stat) = os.wait() except OSError, err: