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
Error I was trying to get rid of by including pylint_flask_sqlalchemy:
E:(no-member)Instance of 'SQLAlchemy' has no 'func' member
on code line
x = MyObject.query.filter(
db.func.date(MyObject.timestamp) == given_date
).order_by(MyObject.timestamp.desc())
Other issues with AstroidErrors: #8842, #9139 Reason I am submitting a fresh issue: The above issues don't mention plugins. This is almost certainly an issue with pylint_flask_sqlalchemy, but perhaps pylint might be able to fail gracefully when a plugin blows up.
Command used
pylint a.py
Pylint output
pylint crashed with a ``AstroidError`` and with the following stacktrace:
Bug description
When parsing the following
a.py
:Pycharm external tools arguments used to create the crash:
There is no crash when I instead use:
Becomes:
Error I was trying to get rid of by including pylint_flask_sqlalchemy:
on code line
Other issues with AstroidErrors: #8842, #9139
Reason I am submitting a fresh issue: The above issues don't mention plugins. This is almost certainly an issue with pylint_flask_sqlalchemy, but perhaps pylint might be able to fail gracefully when a plugin blows up.
Command used
Pylint output
pylint crashed with a ``AstroidError`` and with the following stacktrace:
Expected behavior
No crash.
Pylint version
OS / Environment
darwin (Darwin)
Additional dependencies
The text was updated successfully, but these errors were encountered: