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
Changes that fix the message itself:
- Add a missing space between words (two parts were concatenated,
with no space at the edge of either).
- Capitalize "GitPython" since that is the repo and project name.
Changes that improve how the message is produced:
- Make the entire literal part of the string the format string,
instead of formatting the first part and concatenating the second
part.
- Pass the format string and k_env_git_repo variable as separate
arguments to logging.info, so the logging machinery takes care of
substituting it for %s, rather than doing the substitution.
0 commit comments