[Groonga-commit] droonga/drnbench at 7df2382 [master] Remove needless @

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 21 12:42:31 JST 2014


Kouhei Sutou	2014-01-21 12:42:31 +0900 (Tue, 21 Jan 2014)

  New Revision: 7df238245799a45a51edd41958a79c175173d407
  https://github.com/droonga/drnbench/commit/7df238245799a45a51edd41958a79c175173d407

  Message:
    Remove needless @

  Modified files:
    bin/drnbench-publish-subscribe

  Modified: bin/drnbench-publish-subscribe (+1 -1)
===================================================================
--- bin/drnbench-publish-subscribe    2014-01-21 12:42:01 +0900 (fd46b16)
+++ bin/drnbench-publish-subscribe    2014-01-21 12:42:31 +0900 (c0b0054)
@@ -80,7 +80,7 @@ config.validate
 runner = Drnbench::PublishSubscribe::GradualRunner.new(config)
 runner.run
 
-File.open(@config.output_path, "w") do |file|
+File.open(config.output_path, "w") do |file|
   runner.total_results.each do |row|
     file.puts(CSV.generate_line(row))
     puts row.join(",")
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index