diff --git a/main.py b/main.py index 27c9c1e..cd9e6cf 100755 --- a/main.py +++ b/main.py @@ -155,6 +155,7 @@ def main(args, prof): print 'Failed to write %s: %s' % (args.rawfn, traceback.format_exc()) print '%s (%3d/%3d), %dms' % (name, idx, len(times), evt.time()) + sys.stdout.flush() yield name, buf save(rdr.out, name, None)