From 737b554b1c4030cddefb8a9e78033fb556fc0ebf Mon Sep 17 00:00:00 2001 From: jumao Date: Tue, 21 May 2024 15:02:51 -0400 Subject: [PATCH] f --- config/chassis_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/chassis_modules.py b/config/chassis_modules.py index acf4f4a325..d7f6dd5fd7 100755 --- a/config/chassis_modules.py +++ b/config/chassis_modules.py @@ -77,7 +77,7 @@ def fabric_module_set_admin_status(db, chassis_module_name, state): is_active = subprocess.call(["systemctl", "is-active", "--quiet", "swss@{}.service".format(asic)]) if is_active == 0: # zero active, non-zero, inactive - click.echo("stop swss@{} and peer services failed".format(asic)) + click.echo("Stop swss@{} and peer services failed".format(asic)) return click.echo("Delete related CAHSSIS_FABRIC_ASIC_TABLE entries")