Merge "Fix pep8 issue"

This commit is contained in:
Zuul 2017-10-30 01:58:14 +00:00 committed by Gerrit Code Review
commit 84c21a6e4c

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'