소스 검색

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 <ehmaldonado@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Edward Lemur 7 년 전
부모
커밋
60b9b6fb91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/git_hyper_blame_test.py

+ 1 - 1
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).