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
module.fail_json() takes two arguments but gets only one here. This leads to a stack trace.
module.fail_json()
The text was updated successfully, but these errors were encountered:
Thanks @robertdahlem for raising this issue. Yes it's an issue. Will take it up in next maintenance releases.
Sorry, something went wrong.
Added fix for module.fail_json, now it takes 2 Arguments. Issue was: #…
8aa21c2
…465
Added fix for module.fail_json, now it takes 2 Arguments (#498)
de49880
* Added fix for module.fail_json, now it takes 2 Arguments. Issue was: #465 * After running black
bhati-pradeep
abhinavbansal29
Successfully merging a pull request may close this issue.
module.fail_json()
takes two arguments but gets only one here. This leads to a stack trace.The text was updated successfully, but these errors were encountered: