andreiDamoc / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

Validator Crashed again #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Issue 161 has been merged into this issue.

Original comment by tom.brow...@gmail.com on 30 Jun 2009 at 7:11

GoogleCodeExporter commented 8 years ago
Issue 162 has been merged into this issue.

Original comment by tom.brow...@gmail.com on 30 Jun 2009 at 7:11

GoogleCodeExporter commented 8 years ago
http://codereview.appspot.com/89066
Committed revision 1070.
Fix will be in the next release.

Original comment by tom.brow...@gmail.com on 1 Jul 2009 at 2:00