Skip to content
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

fix: Catch any runtime exception when parsing a GTFS field #1012

Merged

Conversation

aababilov
Copy link
Collaborator

ZoneId.of can throw DateTimeException for certain arguments. To be
completely safe, we are catching any RuntimeException now.

ZoneId.of can throw DateTimeException for certain arguments. To be
completely safe, we are catching any RuntimeException now.
Copy link

@stanislavd-google-com stanislavd-google-com left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aababilov
Copy link
Collaborator Author

Thanks!

@aababilov aababilov merged commit a9879e3 into MobilityData:master Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants