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