From 3efacd7aea48c93e0a42c1e83bf3c96e9e50f178 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 7 Jan 2015 09:06:52 +0100 Subject: This should fix flake8 on py3 See #177 --- 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 f216039e..eb831ce3 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -526,7 +526,7 @@ class TestRepo(TestBase): assert obj.type == ref.object.type num_resolved += 1 except BadObject: - print ("failed on %s" % path_section) + print("failed on %s" % path_section) # is fine, in case we have something like 112, which belongs to remotes/rname/merge-requests/112 pass # END exception handling -- cgit v1.2.1