Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update routes for specific dates #638
base: master
Are you sure you want to change the base?
Update routes for specific dates #638
Changes from 52 commits
614bfe3
857fe04
c87b43e
3817c06
22cb4c3
e56fa1e
28b1931
cb55856
33a8e53
690e0cc
0c9fba6
26f1772
9998299
ee2ebe5
50812c4
5f7112f
652a459
36565da
7ac1b10
6ebe655
ff9500b
e618a1f
aa0b423
d4f13f8
6e0c3b3
24f56e9
bb7dbf4
4d568e4
d5a7cbc
0bf3cf2
e496466
93b90b7
af19055
483a0b2
2084742
385e209
8711770
f35f14a
e219b42
198a3ae
8fcbb5b
46c9927
d4f8b72
2a4c807
a5f5a62
4d24dfe
fdba9b7
d2be8d4
78e5386
ed4c4d7
3b30c68
7b81c1a
8a7443c
de0b556
5639610
db1bacc
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For say trimet, the GTFS directory ends up being:
/data/gtfs-trimet/gtfs-trimet-2020-02-22 instead of /data/gtfs-trimet_2020-02-22 (for a sample date).
Then, in line 127 the GTFS that's passed in ends up being the one in gtfs_cache_dir, so gtfs_path ends up not being used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added an if-else which should solve that. I think there are cleaner ways, and I haven't yet done a good job of testing this fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am going to re-request a review at this point. Thank you so much for looking through this over and over again!