narmstrong43 / namebench

Automatically exported from code.google.com/p/namebench
Apache License 2.0
0 stars 0 forks source link

Typo in libnamebench/base_ui.py prevents CSV output if you give a filename #209

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to produce CSV output in a specific file.

What is the expected output? What do you see instead?

  Expect CSV. Get traceback instead.

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.

  libnamebench/base_ui.py line 242.

    if self.options.csv_file:
      self.csv_path = self.options_csv_file
    else:
      self.csv_path = util.GenerateOutputFilename('csv')

self.options_cvs_file should read self.options.csv_file.

Original issue reported on code.google.com by chr...@flirble.org on 1 Jun 2012 at 8:05

GoogleCodeExporter commented 8 years ago
Patch created for Thomas to pull in. 
http://code.google.com/p/namebench/issues/detail?id=215

Original comment by awar...@google.com on 26 Jun 2012 at 11:00