mirror of
https://github.com/samba-team/samba.git
synced 2025-08-15 13:49:28 +03:00
PEP8: fix E225: missing whitespace around operator
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -196,7 +196,7 @@ class TestSource(TestCase):
|
||||
def test_shebang_lines(self):
|
||||
"""Check that files with shebang lines and only those are executable."""
|
||||
files_with_shebang = {}
|
||||
files_without_shebang= {}
|
||||
files_without_shebang = {}
|
||||
for fname, line_no, line in self._iter_source_files_lines():
|
||||
if line_no >= 1:
|
||||
continue
|
||||
|
Reference in New Issue
Block a user