Files
ansible/changelogs/fragments/abstract_errors_info.yml
T
Brian CocaandGitHub 3a59cb25f4 add info about plugin name when ignoring abstract errors (#78465)
* add info about plugin name when ignoring abstract

  related to #78464

* added error to narrow down method
2022-08-11 16:07:28 -04:00

4 lines
291 B
YAML

bugfixes:
- plugin loader, now when skipping a plugin due to an abstract method error we provide that in 'verbose' mode instead of totally obscuring the error.
The current implementation assumed only the base classes would trigger this and failed to consider 'in development' plugins.