From 2cdf55354593dd96120ea34929f4be7133f0e230 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 27 Sep 2014 18:03:04 +0200 Subject: [PATCH] samba.tests.source: Fix lint. Change-Id: I3dc614c34aa2c4fca6f2ca68196e71b9129b5b76 Signed-off-by: Jelmer Vernooij Reviewed-by: Andrew Bartlett --- python/samba/tests/source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/samba/tests/source.py b/python/samba/tests/source.py index 02e9ab221b9..bc2554eef84 100644 --- a/python/samba/tests/source.py +++ b/python/samba/tests/source.py @@ -203,7 +203,7 @@ class TestSource(TestCase): self._push_file(files_without_shebang, fname, line_no) if files_with_shebang: self.fail(self._format_message(files_with_shebang, - 'Files with shebang line that are not executable:')) + 'Files with shebang line that are not executable:')) if files_without_shebang: self.fail(self._format_message(files_without_shebang, - 'Files without shebang line that are executable:')) + 'Files without shebang line that are executable:'))