Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TestBigReporR.setUp info message
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.
- Loading branch information