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
Another great place to clean up some cruft. We currently have no standard for logging, so our log messages are all over the place. Perhaps that is cleanup for another day though. I think that plan above is a good first step.
There are a bunch of logging calls that look like this:
Better practice is to pass the substitutions as extra arguments to the log function:
so the string substitution is only performed if the message is actually logged.
I'll tackle this after I've finished the PEP 257 cleanup (#1474). Two parts:
The text was updated successfully, but these errors were encountered: