mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
explicitly flush after the ... since there wasn't a newline
This commit is contained in:
parent
67ea002342
commit
fa1814e1b6
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ class Benchmark:
|
|||
def calibrate(self):
|
||||
|
||||
print 'Calibrating tests. Please wait...',
|
||||
sys.stdout.flush()
|
||||
if self.verbose:
|
||||
print
|
||||
print
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue