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:
Dirk Mueller 2017-10-24 15:24:16 +02:00
parent 5e00b3c7c7
commit 0d954b03dd

View File

@ -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'