Correct an out of date comment

This commit is contained in:
Paul Moore 2018-08-28 12:22:44 +01:00 committed by Benoit Pierre
parent a82b7ce5e7
commit 4281bf8e61
1 changed files with 1 additions and 1 deletions

View File

@ -880,5 +880,5 @@ class WheelBuilder(object):
'Failed to build %s',
' '.join([req.name for req in build_failure]),
)
# Return True if all builds were successful
# Return a list of requirements that failed to build
return build_failure