Skip to content

Wrong formatting in the deprecated python warning #545

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

Closed
ShubhamChaturvedi7 opened this issue Jan 20, 2023 · 2 comments
Closed

Wrong formatting in the deprecated python warning #545

ShubhamChaturvedi7 opened this issue Jan 20, 2023 · 2 comments

Comments

@ShubhamChaturvedi7
Copy link
Contributor

Problem:

).format(py_version[0], py_version[1], minimum_version[0], minimum_version[1], params["date"])

The minimum_version and date seem to have been swapped in the deprecated python warning.

Solution:

Putting the params["date"] before the minimum_version[0] should fix the issue.

@texastony
Copy link
Contributor

Addressed in main by #546 , though the issue still remains in the old branches.

@seebees
Copy link
Contributor

seebees commented Feb 14, 2023

this does not need to be backported at this time

@seebees seebees closed this as completed Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants