From fa1814e1b61806fc38e166a587d8f327e2d2a9c6 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Mon, 21 Apr 2008 17:46:40 +0000 Subject: [PATCH] explicitly flush after the ... since there wasn't a newline --- Tools/pybench/pybench.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index e1bc95d05d8..83a62173c64 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py @@ -501,6 +501,7 @@ class Benchmark: def calibrate(self): print 'Calibrating tests. Please wait...', + sys.stdout.flush() if self.verbose: print print