-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor logging statements to use lazy % formatting #3323
Comments
@suhaibmujahid I would like to help out and work on this issue, would you please assign this to me 😊 |
You can work on any issue which is open and has no PR linked to it. Did you read #1092 or CONTRIBUTING.md? |
yes I did |
The target is to refactor all cases. Most of the cases still need to be refactored. |
Hi @suhaibmujahid, are there any cases still left or is this issue fixed? |
I still see one case:
|
Example of logging statements that we want to refactor:
bugbug/bugbug/github.py
Line 61 in d535953
bugbug/scripts/regressor_finder.py
Line 396 in 69972a1
More details can be found in the pylint docs.
The text was updated successfully, but these errors were encountered: