explicitly flush after the ... since there wasn't a newline
This commit is contained in:
parent
67ea002342
commit
fa1814e1b6
|
@ -501,6 +501,7 @@ class Benchmark:
|
|||
def calibrate(self):
|
||||
|
||||
print 'Calibrating tests. Please wait...',
|
||||
sys.stdout.flush()
|
||||
if self.verbose:
|
||||
print
|
||||
print
|
||||
|
|
Loading…
Reference in New Issue