Browse Source

Fixes problem with propagate in last commit

Ask Solem 10 years ago
parent
commit
e4ca8dae43
1 changed files with 0 additions and 1 deletions
  1. 0 1
      celery/result.py

+ 0 - 1
celery/result.py

@@ -163,7 +163,6 @@ class AsyncResult(ResultBase):
 
         meta = self.backend.wait_for(
             self.id, timeout=timeout,
-            propagate=propagate,
             interval=interval,
             on_interval=on_interval,
             no_ack=no_ack,