From a2163244db628d82c5b2596bf187cb6be214c018 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 23 Jan 2018 15:19:31 -0500 Subject: [PATCH] Correct indentation --- confluent_server/confluent/discovery/handlers/xcc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_server/confluent/discovery/handlers/xcc.py b/confluent_server/confluent/discovery/handlers/xcc.py index 253bb940..0e370dbb 100644 --- a/confluent_server/confluent/discovery/handlers/xcc.py +++ b/confluent_server/confluent/discovery/handlers/xcc.py @@ -38,8 +38,8 @@ class NodeHandler(immhandler.NodeHandler): if (e.ipmicode != 193 and 'Unauthorized name' not in str(e) and 'Incorrect password' not in str(e)): - # raise an issue if anything other than to be expected - raise + # raise an issue if anything other than to be expected + raise if ff not in ('dense-computing', [u'dense-computing']): return # attempt to enable SMM