Commit dec24fd
committed
Fix TestBigRepoR.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.1 parent c527b8f commit dec24fd
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments