Skip to content

Commit

Permalink
made text more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jul 26, 2022
1 parent 9a2625e commit 96e5228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/flow/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,14 +493,14 @@ def main(parser: COP, options: 'Values', *targets) -> None:
if count > 0:
msg = (
f'\n{Fore.YELLOW}'
f'Checked {target} against {check_names} '
f'Checked {target} against {check_names} checks'
f'rules and found {count} issue'
f'{"s" if count > 1 else ""}.'
)
else:
msg = (
f'{Fore.GREEN}'
f'Checked {target} against {check_names} '
f'Checked {target} against {check_names} checks'
'Found no issues.'
)

Expand Down

0 comments on commit 96e5228

Please sign in to comment.