Skip to content

Commit 7f3c969

Browse files
committed
flush formatting prints
1 parent 765815e commit 7f3c969

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pavement.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Standard library
1010
import copy
1111
import os
12+
import sys
1213

1314
# Third-party
1415

@@ -201,5 +202,6 @@ def test():
201202
cmd = base_cmd % locals()
202203
print '*' * 80
203204
print
205+
sys.stdout.flush()
204206
sh(cmd)
205207
return

0 commit comments

Comments
 (0)