1 file changed
@@ -45,8 +45,9 @@ def setUp(self): | |||
| 45 | 45 | repo_path = os.environ.get(k_env_git_repo) | |
| 46 | 46 | if repo_path is None: | |
| 47 | 47 | logging.info( | |
| 48 | - ("You can set the %s environment variable to a .git repository of" % k_env_git_repo) | ||
| 49 | - + "your choice - defaulting to the gitpython repository" | ||
| 48 | + "You can set the %s environment variable to a .git repository of your" | ||
| 49 | + " choice - defaulting to the GitPython repository", | ||
| 50 | + k_env_git_repo, | ||
| 50 | 51 | ) | |
| 51 | 52 | repo_path = osp.dirname(__file__) | |
| 52 | 53 | # end set some repo path | |
0 commit comments