mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 15:37:02 +00:00
better idiom
This commit is contained in:
parent
35ea6a7c61
commit
b74c1967aa
@ -151,7 +151,7 @@ class AutoPackageTest(object):
|
||||
with open(request_path, 'w') as request_file:
|
||||
for line in lines:
|
||||
src = line.split()[0]
|
||||
if not src in excludes:
|
||||
if src not in excludes:
|
||||
request_file.write(line)
|
||||
else:
|
||||
if self.britney.options.verbose:
|
||||
|
Loading…
x
Reference in New Issue
Block a user