From 60b9b6fb9147c8cd512c886bf3969ea114358a56 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Fri, 20 Jul 2018 20:42:49 +0000 Subject: [PATCH] git_hyper_blame_test: Fix pylint issue. TBR=agable@chromium.org Bug: 863669 Change-Id: Id641269f023acc1a89e83e9e5951e933eae93d40 Reviewed-on: https://chromium-review.googlesource.com/1145720 Reviewed-by: Edward Lesmes Commit-Queue: Edward Lesmes --- tests/git_hyper_blame_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/git_hyper_blame_test.py b/tests/git_hyper_blame_test.py index ad556838d..624648954 100755 --- a/tests/git_hyper_blame_test.py +++ b/tests/git_hyper_blame_test.py @@ -182,7 +182,7 @@ class GitHyperBlameMainTest(GitHyperBlameTestBase): stderr = StringIO.StringIO() with tempfile.NamedTemporaryFile(mode='w+', prefix='ignore') as ignore_file: - ignore_file.write('# Line comments are allowed.\n'.format(self.repo['B'])) + ignore_file.write('# Line comments are allowed.\n') ignore_file.write('\n') ignore_file.write('{}\n'.format(self.repo['B'])) # A revision that is not in the repo (should be ignored).