From 5612dec66d55aa703ed0412b326fb7f561b54a4a Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 12 Jun 2018 02:14:06 -0400 Subject: [PATCH] Typo --- pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvc.py b/pvc.py index f1bf8168..2f5158f4 100755 --- a/pvc.py +++ b/pvc.py @@ -233,7 +233,7 @@ RAM (MiB): {node_mem_total: <6} {node_mem_used: <6} {node_mem_free: <6} {node_me daemon_state_colour = ansiiprint.yellow() elif node_daemon_state[node_name] == 'dead': daemon_state_colour = ansiiprint.red() + ansiiprint.bold() - else + else: daemon_state_colour = ansiiprint.blue() if node_domain_state[node_name] == 'ready':