Flushing stdout in print_preamble
This commit is contained in:
@@ -136,6 +136,7 @@ def print_preamble(platform, build_options):
|
|||||||
print(' %s: %r' % (option, value))
|
print(' %s: %r' % (option, value))
|
||||||
|
|
||||||
print('\nHere we go!\n')
|
print('\nHere we go!\n')
|
||||||
|
sys.stdout.flush()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user