Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Issue 305: Change "Too Many Consecutive StopTimes with same departure…
Browse files Browse the repository at this point in the history
…/arrival time" from ERROR to WARNING

Reviewed in http://codereview.appspot.com/5325047/
  • Loading branch information
bdferris committed Oct 27, 2011
1 parent c3bb4e9 commit 0a54eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transitfeed/problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def TooManyConsecutiveStopTimesWithSameTime(self,
trip_id,
number_of_stop_times,
time_in_secs,
type=TYPE_ERROR):
type=TYPE_WARNING):
e = TooManyConsecutiveStopTimesWithSameTime(trip_id=trip_id,
number_of_stop_times=number_of_stop_times,
stop_time=util.FormatSecondsSinceMidnight(time_in_secs),
Expand Down

0 comments on commit 0a54eae

Please sign in to comment.