Skip to content

Commit

Permalink
style. refs #12
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 17, 2024
1 parent 5e54013 commit 9eea214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/import/gtfs/gtfs2pt.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +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)
print("Warning! GTFS data did not contain any trips with stops within the given bounding box area.", file=sys.stderr) # noqa
return
edgeMap, invEdgeMap, typedNets = splitNet(options)
if os.path.exists(options.mapperlib):
Expand Down

0 comments on commit 9eea214

Please sign in to comment.