diff --git a/beat/web/experiments/models.py b/beat/web/experiments/models.py
index 80803b0215205ec6b255975f33ecebb840080c09..ba2e1bdb27e570ac3dfa3dee1e4f9dd0f7985e36 100644
--- a/beat/web/experiments/models.py
+++ b/beat/web/experiments/models.py
@@ -751,7 +751,8 @@ class Experiment(Shareable):
 
         elif (Block.PROCESSING in block_statuses) or \
             ((Block.NOT_CACHED in block_statuses or \
-            Block.SKIPPED in block_states) and Block.CACHED in block_statuses):
+            Block.SKIPPED in block_statuses) and \
+            Block.CACHED in block_statuses):
             self.status = Experiment.RUNNING
 
         elif Block.NOT_CACHED not in block_statuses: