Lint: E222 multiple spaces after operator
This commit is contained in:
parent
fad27a7f4d
commit
5b3ee363b2
|
@ -116,7 +116,7 @@ def getClusterInformation(zk_conn):
|
||||||
cluster_health_msg.append("Node '{}' in {},{} state".format(node['name'], daemon_state, domain_state))
|
cluster_health_msg.append("Node '{}' in {},{} state".format(node['name'], daemon_state, domain_state))
|
||||||
else:
|
else:
|
||||||
node_healthy_status[index] = True
|
node_healthy_status[index] = True
|
||||||
node_report_status[index] = daemon_state + ',' + domain_state
|
node_report_status[index] = daemon_state + ',' + domain_state
|
||||||
|
|
||||||
# Determinations for VM health
|
# Determinations for VM health
|
||||||
vm_healthy_status = list(range(0, vm_count))
|
vm_healthy_status = list(range(0, vm_count))
|
||||||
|
|
|
@ -35,7 +35,7 @@ class Logger(object):
|
||||||
fmt_purple = '\033[95m'
|
fmt_purple = '\033[95m'
|
||||||
fmt_cyan = '\033[96m'
|
fmt_cyan = '\033[96m'
|
||||||
fmt_white = '\033[97m'
|
fmt_white = '\033[97m'
|
||||||
fmt_bold = '\033[1m'
|
fmt_bold = '\033[1m'
|
||||||
fmt_end = '\033[0m'
|
fmt_end = '\033[0m'
|
||||||
|
|
||||||
last_colour = ''
|
last_colour = ''
|
||||||
|
|
Loading…
Reference in New Issue