Skip to content

Commit

Permalink
fix ref #14876
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed May 16, 2024
1 parent 982df46 commit 3b7d7a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/import/gtfs/gtfs2pt.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ def main(options):
if not os.path.exists(options.mapperlib):
options.gpsdat = None
if not gtfs2fcd.main(options):
print("Warning! GTFS data did not contain any trips with stops within the given bounding box area.", file=sys.stderr)
return
edgeMap, invEdgeMap, typedNets = splitNet(options)
if os.path.exists(options.mapperlib):
Expand Down

0 comments on commit 3b7d7a6

Please sign in to comment.