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
Hi! Describe the bug
Prospector raised exception at run
File ".../prospector/run.py", line 112, in execute
raise FatalProspectorException from ex
TypeError: __init__() missing 1 required positional argument: 'message'
Just heads-up that if you pin to this version (and not and older one) and chain __or__-overloaded operators, you might encounter this open bug pylint-dev/pylint#7381. Can be bypassed with # pylint: disable=unsupported-binary-operation case-by-case if needed.
Hi!
Describe the bug
Prospector raised exception at run
To Reproduce
Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Environment:
Additional context
Freeze prospector 1.7.7 for avoid #557
The text was updated successfully, but these errors were encountered: