From 0ced9b2777e549cd6d1976e1b69f870bb6b31435 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 30 Dec 2019 14:19:17 -0500 Subject: [PATCH] Fix incorrect bolding on output --- client-cli/pvc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-cli/pvc.py b/client-cli/pvc.py index b67fad1f..9a24ee4a 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -276,8 +276,8 @@ def cluster_list(): click.echo( '{bold}{name: <{name_length}} {address: <{address_length}} {port: <{port_length}} {scheme: <{scheme_length}}{end_bold}'.format( - bold=ansiprint.bold(), - end_bold=ansiprint.end(), + bold='', + end_bold='', name=cluster, name_length=name_length, address=address,