Merge "Fix malformed output in system health-query"

This commit is contained in:
Zuul 2023-03-22 14:00:53 +00:00 committed by Gerrit Code Review
commit cda91dc292
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ class Health(object):
if not success:
output += _('[%s] alarms found, [%s] of which are management affecting '
'and [%s] are certificate expiration alarms. '
'Use "fm alarm-list" for details') % (allowed + affecting + cert_alarm,
'Use "fm alarm-list" for details\n') % (allowed + affecting + cert_alarm,
affecting, cert_alarm)
health_ok = health_ok and success