Fix PEP8 issues
[integration/test.git] / tools / odl-mdsal-clustering-tests / scripts / cluster_rest_script.py
index 3fea8b9f55758a41845b690150ae63a656249968..c1f8d32068fc34809351c7dccb9f842925f13233 100644 (file)
@@ -734,10 +734,10 @@ if __name__ == "__main__":
 
     if (args.action not in _handler_matrix or
             args.itemtype not in _handler_matrix[args.action]):
-            msg = "Unsupported combination of action: " + str(args.action)
-            msg += " and item: " + str(args.itemtype)
-            logger.error(msg)
-            raise NotImplementedError(msg)
+        msg = "Unsupported combination of action: " + str(args.action)
+        msg += " and item: " + str(args.itemtype)
+        logger.error(msg)
+        raise NotImplementedError(msg)
 
     # TODO: need to filter out situations when we cannot use more items
     # in one rest request (rpc or delete?)