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
When cv_connect() is unable to import cvprac, we are setting a flag here:
ansible-cvp/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py
Line 30 in ebcc2eb
Line 52 in ebcc2eb
other
None
No response
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 15 days
Sorry, something went wrong.
sugetha24
Successfully merging a pull request may close this issue.
Issue Summary
When cv_connect() is unable to import cvprac, we are setting a flag here:
ansible-cvp/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py
Line 30 in ebcc2eb
but, we are not raising the error anywhere.
We need to raise it inside cv_connect(), here:
ansible-cvp/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py
Line 52 in ebcc2eb
Which component(s) of AVD impacted
other
How do you run AVD ?
None
Input variables
No response
Steps to reproduce
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: