ansible-test - Fix warning message grammar (#84666)

pull/84669/head
Matt Clay 11 months ago committed by GitHub
parent 4b38456e4f
commit 21bc1d915d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -302,7 +302,7 @@ def command_sanity(args: SanityConfig) -> None:
if created_venvs and isinstance(controller, DockerConfig) and controller.name == 'default' and not args.prime_venvs:
names = ', '.join(created_venvs)
display.warning(f'There following sanity test virtual environments are out-of-date in the "default" container: {names}')
display.warning(f'The following sanity test virtual environments are out-of-date in the "default" container: {names}')
if failed:
message = 'The %d sanity test(s) listed below (out of %d) failed. See error output above for details.\n%s' % (

Loading…
Cancel
Save