iloveadvertising / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
http://i-love-advertising.blogspot.com/
0 stars 0 forks source link

%s in output #345

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. validate a feed
2. look at the output

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

Invalid value 00:00:00 in field departure_time
The departure time at this stop (%s) is before the arrival time (%s). This is 
often caused by problems in the feed exporter's time conversion
in line 349836 of stop_times.txt

I guess %s should be filled in.

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

svn version.

Original issue reported on code.google.com by ste...@konink.de on 16 Aug 2012 at 3:52

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 21 Aug 2012 at 2:04

GoogleCodeExporter commented 8 years ago
Indeed, the format string isn't being filled in.  Here's a fix.

Reviewed at http://codereview.appspot.com/6461108/ and committed at r1698.

Original comment by bdfer...@google.com on 21 Aug 2012 at 2:14