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
Original issue reported on code.google.com by
chr...@flirble.org
on 1 Jun 2012 at 8:05