Explorar el Código

Removed stupid comment.

Ask Solem hace 16 años
padre
commit
a3dae4cded
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      celery/result.py

+ 1 - 1
celery/result.py

@@ -266,7 +266,7 @@ class TaskSetResult(object):
         :returns: list of return values for all tasks in the taskset.
         :returns: list of return values for all tasks in the taskset.
 
 
         """
         """
-        timeout_timer = TimeoutTimer(timeout) # Timeout timer starts here.
+        timeout_timer = TimeoutTimer(timeout)
         results = PositionQueue(length=self.total)
         results = PositionQueue(length=self.total)
 
 
         while True:
         while True: