What steps will reproduce the problem?
1. Just run it.
2. crashed.
By the way, I wrote a .bat file to deal 164 cities' transit data. When a
listed city's data does not exist, validator also crash. Here is a line in
my batch file:
======================================
feedvalidator.exe GTFS_data\ankang -o report\ankang.html
report
==============================
transitfeed version 1.2.0
File "feedvalidator.py", line 306, in main
feed = GTFS_data\ankang
parser = <optparse.OptionParser instance at 0x00C48378>
manual_entry = True
schedule = <transitfeed.Schedule instance at 0x00D4D260>
args = ['GTFS_data\\ankang']
problems = <__main__.HTMLCountingProblemReporter instance at 0x00D4D0D0>
exit_code = 1
output_filename = report\ankang.html
loader = <transitfeed.Loader instance at 0x00D4D170>
options = {'performance': None, 'manual_entry': True, 'output':
'report\\ankang.html', 'memory_db': False}
IOError: [Errno 2] No such file or directory: 'report\\ankang.html'
Original issue reported on code.google.com by frankg...@gmail.com on 8 Apr 2009 at 1:11
Original issue reported on code.google.com by
frankg...@gmail.com
on 8 Apr 2009 at 1:11