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

[NAV-3444] add penality bike parking #4320

Open
wants to merge 17 commits into
base: dev
Choose a base branch
from
Open

Conversation

princefr
Copy link

No description provided.

type=OptionValue(park_modes.all_park_modes),
dest="park_mode",
action="append",
help='Force the park mode if the first section is by bike\n',
Copy link
Member

Choose a reason for hiding this comment

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

the comment is not accurate.. it's not only for bike, it could be used by car later and it works for last section as well

source/jormungandr/jormungandr/park_modes.py Outdated Show resolved Hide resolved
@@ -355,6 +355,9 @@ def finalise_journeys(self, future_manager, request, responses, context, instanc
request=request,
journeys=journeys_to_complete,
request_id="{}_complete_pt_journey".format(request_id),
instance=instance,
future_manager=future_manager,
_request_id=request_id,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
_request_id=request_id,

Copy link

sonarcloud bot commented Dec 2, 2024

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.

3 participants