-
Notifications
You must be signed in to change notification settings - Fork 128
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
[jormungandr] Olympic site params manager #4093
Conversation
attractivity_virtual_fallback = attractivities_virtual_fallbacks.get("arrival", {}).get(extremity.uri) | ||
else: | ||
attractivity_virtual_fallback = attractivities_virtual_fallbacks.get("departure", {}).get(extremity.uri) | ||
virtual_fallback = attractivity_virtual_fallback.virtual_duration or 0 |
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.
does this crash when attractivity_virtual_fallback
is None
because extremity.uri
was not found in attractivities_virtual_fallbacks
?
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.
Done
1c1a779
to
28f0b67
Compare
28f0b67
to
17775ea
Compare
17775ea
to
ee7ead4
Compare
ee7ead4
to
155d232
Compare
Kudos, SonarCloud Quality Gate passed! |
Jira: NAV-2221
Config example:
