Rename "next" to "following" in message
This commit is contained in:
parent
68219cd6d5
commit
8c44c19428
@ -40,7 +40,7 @@ class MultipleBuildErrors(Error):
|
||||
self.build_errors = build_errors
|
||||
|
||||
def __str__(self):
|
||||
s = 'Fail building of the next targets:\n'
|
||||
s = 'Fail building of the following targets:\n'
|
||||
s += '\n'.join(f' {be.target} {be.arch}' for be in self.build_errors)
|
||||
return s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user