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
Looks like the login method changed in the 0.5.3 update, and broke a number scripts for me. 5508c6c?diff=split
returned exception: login() takes exactly 1 argument (4 given)
The docstring still lists the old login method parameters: https://github.com/saltstack/pepper/blob/develop/pepper/libpepper.py#L38
For a patch version number update, can we make this change in a backwards compatible fashion?
The text was updated successfully, but these errors were encountered:
Whoops, yeah that needs to be fixed.
Sorry, something went wrong.
bb3e1da
Merge pull request #118 from gtmanfred/develop
d01ea8a
Fixes #116
https://github.com/saltstack/pepper/releases/tag/0.5.4
Fixed, thanks for letting us know!
No branches or pull requests
Looks like the login method changed in the 0.5.3 update, and broke a number scripts for me.
5508c6c?diff=split
returned exception: login() takes exactly 1 argument (4 given)
The docstring still lists the old login method parameters:
https://github.com/saltstack/pepper/blob/develop/pepper/libpepper.py#L38
For a patch version number update, can we make this change in a backwards compatible fashion?
The text was updated successfully, but these errors were encountered: