From a2d8a5144bd8c0940d9f2593a21aec8bebf7c035 Mon Sep 17 00:00:00 2001 From: Mohit Solanki Date: Tue, 10 Sep 2019 13:26:55 +0530 Subject: Fix #889: Add DeepSource config and fix some major issues --- git/test/test_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_repo.py') diff --git a/git/test/test_repo.py b/git/test/test_repo.py index c74d4ef4..94f9fdf8 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -90,7 +90,7 @@ class TestRepo(TestBase): def tearDown(self): for lfp in glob.glob(_tc_lock_fpaths): if osp.isfile(lfp): - raise AssertionError('Previous TC left hanging git-lock file: %s', lfp) + raise AssertionError('Previous TC left hanging git-lock file: {}'.format(lfp)) import gc gc.collect() -- cgit v1.2.1