Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork966
Commit720e4bb
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 parentdb317f1 commit720e4bb
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
Comments
(0)