Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 27, 2021
1 parent a2a96f5 commit 1a0476d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ptlines2flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def createTrips(options):
lineRefOrig = line.line.replace(" ", "_")
lineRefOrig = lineRefOrig.replace(";", "+")
lineRefOrig = lineRefOrig.replace(">", "")
lineRefOrig = lineRefOrig.replace("<", "")

if len(stop_ids) < options.min_stops:
sys.stderr.write("Warning: skipping line '%s' (%s_%s) because it has too few stops\n" % (
Expand Down

0 comments on commit 1a0476d

Please sign in to comment.