mirror of https://github.com/ansible/ansible.git
change raising errors example to raise error (#43664)
Example instantiates an AnsibleError which derives from Exception but doesn't actually raise it like intended. This is misleading as it's not clear without examining the code for AnsibleError to know that it's not some function which would raise the exception automatically.pull/39928/merge
parent
741fa025a0
commit
2de692348f
Loading…
Reference in New Issue