You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the name of the module is not part of the error
The error can occur when symlinking the plugins folder under test test folder to be able to load code in V1 module as if it was a V2 module. Nothing in the error gives any indication of this.
The text was updated successfully, but these errors were encountered:
# Description
Improved error reporting on malformed v2 module
closes#3797
# Self Check:
Strike through any lines that are not applicable (`~~line~~`) then check the box
- [x] Attached issue to pull request
- [x] Changelog entry
- [x] Type annotations are present
- [x] Code is clear and sufficiently documented
- [x] No (preventable) type errors (check using make mypy or make mypy-diff)
- [x] Sufficient test cases (reproduces the bug/tests the requested feature)
- [x] Correct, in line with design
The text was updated successfully, but these errors were encountered: