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
Thank you for this tool, i noticed that if I try to specify an exc_info with a value coming from a dict defaulting to True, it would get flag as G201 Logging: .exception(...) should be used instead of .error(..., exc_info=True)
Hello :)
Thank you for this tool, i noticed that if I try to specify an exc_info with a value coming from a dict defaulting to True, it would get flag as
G201 Logging: .exception(...) should be used instead of .error(..., exc_info=True)
I'm not convinced rewriting my code with an
if
to use.exception
instead of.error
is better.If you think this is not a False positive, feel free to close this :)
Thank you!
The text was updated successfully, but these errors were encountered: