Skip to content

Commit

Permalink
Fix crash in GetTimeInterpolatedStops when a trip doesn't have any st…
Browse files Browse the repository at this point in the history
…op times.

Reduce use of default_problem_reporter when adding StopTime objects.

Review at http://codereview.appspot.com/8657/show
  • Loading branch information
Tom Brown committed Nov 19, 2008
1 parent d9d60f3 commit f92827d
Show file tree
Hide file tree
Showing 9 changed files with 1,639 additions and 80 deletions.
2 changes: 1 addition & 1 deletion feedvalidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _Report(self, e):
else:
self.error_count += 1
output = self._error_output
d = e.GetDict()
d = e.GetDictToFormat()
for k in ('file_name', 'feedname', 'column_name'):
if k in d.keys():
d[k] = '<code>%s</code>' % d[k]
Expand Down
Loading

0 comments on commit f92827d

Please sign in to comment.