From c80d727e374321573bb00e23876a67c77ff466e3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 13:48:29 +0100 Subject: Bumped version, updated changelog, reduced code smell There is more work to do though, as many imports are still incorrect. Also, there are still print statements --- git/test/performance/lib.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git/test/performance/lib.py') diff --git a/git/test/performance/lib.py b/git/test/performance/lib.py index e92e2b2d..928821ed 100644 --- a/git/test/performance/lib.py +++ b/git/test/performance/lib.py @@ -50,7 +50,8 @@ class TestBigRepoR(TestBase): repo_path = os.environ.get(k_env_git_repo) if repo_path is None: logging.info( - "You can set the %s environment variable to a .git repository of your choice - defaulting to the gitpython repository", k_env_git_repo) + ("You can set the %s environment variable to a .git repository of" % k_env_git_repo) + + "your choice - defaulting to the gitpython repository") repo_path = os.path.dirname(__file__) # end set some repo path self.gitrorepo = Repo(repo_path, odbt=GitCmdObjectDB) -- cgit v1.2.1