Fix typo in incidental.py (#73737)

successfull -> successful
This commit is contained in:
Ikko Ashimine 2021-03-01 21:07:58 +09:00 committed by GitHub
parent 17fabd8b45
commit 176beddb3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def incidental_report(args):
if coverage_data.missing_jobs or coverage_data.extra_jobs:
check_failed(args, 'unexpected results from Shippable -- missing jobs: %s, extra jobs: %s\n'
'make sure the tests were successfull and the all results were downloaded\n' % (
'make sure the tests were successful and the all results were downloaded\n' % (
sorted(coverage_data.missing_jobs), sorted(coverage_data.extra_jobs)))
if not coverage_data.paths: