We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A very minor issue, very similar incorrect logging messages in 2 functions:
genet/genet/schedule_elements.py
Line 2744 in 74ef121
Line 2899 in 74ef121
Should use service_ids not service_id to list all services that have been removed/ from which routes have been removed
service_ids
service_id
(In the second case, might make more sense for the message to say ...belonging to Services {service_ids}
...belonging to Services {service_ids}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A very minor issue, very similar incorrect logging messages in 2 functions:
genet/genet/schedule_elements.py
Line 2744 in 74ef121
genet/genet/schedule_elements.py
Line 2899 in 74ef121
Should use
service_ids
notservice_id
to list all services that have been removed/ from which routes have been removed(In the second case, might make more sense for the message to say
...belonging to Services {service_ids}
The text was updated successfully, but these errors were encountered: