Commit 60b9b6fb authored by Edward Lemur's avatar Edward Lemur Committed by Commit Bot

git_hyper_blame_test: Fix pylint issue.

TBR=agable@chromium.org
Bug: 863669
Change-Id: Id641269f023acc1a89e83e9e5951e933eae93d40
Reviewed-on: https://chromium-review.googlesource.com/1145720Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
parent 862370c6
...@@ -182,7 +182,7 @@ class GitHyperBlameMainTest(GitHyperBlameTestBase): ...@@ -182,7 +182,7 @@ class GitHyperBlameMainTest(GitHyperBlameTestBase):
stderr = StringIO.StringIO() stderr = StringIO.StringIO()
with tempfile.NamedTemporaryFile(mode='w+', prefix='ignore') as ignore_file: 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')
ignore_file.write('{}\n'.format(self.repo['B'])) ignore_file.write('{}\n'.format(self.repo['B']))
# A revision that is not in the repo (should be ignored). # A revision that is not in the repo (should be ignored).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment