Merge "NSBPerf: fix indent"
[yardstick.git] / yardstick / benchmark / runners / arithmetic.py
index d5605f7..65fdb9d 100755 (executable)
@@ -139,7 +139,7 @@ def _worker_process(queue, cls, method_name, scenario_cfg,
 
         sequence += 1
 
-        if (errors and sla_action is None):
+        if errors and sla_action is None:
             break
 
     benchmark.teardown()