Fix pep8 issue
This isn't caught in CI because we use a really ancient version of it. Change-Id: Ie78a3b9d0be6eae9060a997a0507b036946ec974
This commit is contained in:
parent
5e00b3c7c7
commit
0d954b03dd
@ -69,9 +69,9 @@ def main():
|
||||
xfail_requirement.package == conflict_name and
|
||||
conflict_specifiers == xfail_requirement.specifiers):
|
||||
|
||||
print ('XFAIL while checking conflicts '
|
||||
'for %s: %s conflicts with %s' %
|
||||
(name, e.dist, str(e.req)))
|
||||
print('XFAIL while checking conflicts '
|
||||
'for %s: %s conflicts with %s' %
|
||||
(name, e.dist, str(e.req)))
|
||||
continue
|
||||
|
||||
print('Checking conflicts for %s:\n'
|
||||
|
Loading…
Reference in New Issue
Block a user