OSDN Git Service

[mk_game_results] Flush after each output line.
authorDaigo Moriwaki <beatles@users.sourceforge.jp>
Mon, 4 Nov 2013 09:47:58 +0000 (18:47 +0900)
committerDaigo Moriwaki <beatles@users.sourceforge.jp>
Mon, 4 Nov 2013 09:47:58 +0000 (18:47 +0900)
changelog
mk_game_results

index 6e69cdc..b5686ac 100644 (file)
--- a/changelog
+++ b/changelog
@@ -3,6 +3,8 @@
        * [mk_rate]
          - Added a new option, --ignore, which is imported from
            mk_rate-from-grep.
+       * [mk_game_results]
+         - Flush after each output line.
 
 2013-09-08  Daigo Moriwaki <daigo at debian dot org>
 
index caaf7c7..432cf46 100755 (executable)
@@ -89,6 +89,7 @@ def grep(file)
       puts [time, state, black_mark, black_id, white_id, white_mark, file].join("\t")
     end
   end
+  $stdout.flush
 end
 
 # Show Usage