From 7fe1262887f98791dbd6b0111b204ab2c796c276 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 28 Sep 2024 02:01:33 -0400 Subject: [PATCH] Fix indentation in faults --- client-cli/pvc/cli/formatters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc/cli/formatters.py b/client-cli/pvc/cli/formatters.py index ca55a633..945752ef 100644 --- a/client-cli/pvc/cli/formatters.py +++ b/client-cli/pvc/cli/formatters.py @@ -163,7 +163,7 @@ def cli_cluster_status_format_pretty(CLI_CONFIG, data): ) ) - messages = "\n ".join(message_list) + messages = "\n ".join(message_list) else: messages = "None" output.append(f"{ansii['purple']}Active faults:{ansii['end']} {messages}")