Flushing stdout in print_preamble

This commit is contained in:
Yannick Jadoul
2017-08-14 15:12:46 +02:00
parent f3e06f0a99
commit 84c2b30676
+1
View File
@@ -136,6 +136,7 @@ def print_preamble(platform, build_options):
print(' %s: %r' % (option, value))
print('\nHere we go!\n')
sys.stdout.flush()
if __name__ == '__main__':
main()