cmdlib.py: fix indentation in _VerifyNode
authorAdeodato Simo <dato@google.com>
Thu, 28 Apr 2011 16:02:52 +0000 (17:02 +0100)
committerAdeodato Simo <dato@google.com>
Thu, 28 Apr 2011 16:02:52 +0000 (17:02 +0100)
Signed-off-by: Adeodato Simo <dato@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

lib/cmdlib.py

index c5bb308..87eb402 100644 (file)
@@ -1458,7 +1458,7 @@ class LUClusterVerify(LogicalUnit):
                  hv_name, item, hv_result)
 
     test = nresult.get(constants.NV_NODESETUP,
-                           ["Missing NODESETUP results"])
+                       ["Missing NODESETUP results"])
     _ErrorIf(test, self.ENODESETUP, node, "node setup error: %s",
              "; ".join(test))