Explorar o código

Fixes typo "unbound error: results"

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
c0f492205b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/canvas.py

+ 1 - 1
celery/canvas.py

@@ -391,7 +391,7 @@ class chain(Signature):
                 if args and not self.immutable else self.args)
 
         if self._frozen:
-            tasks, result = self._frozen
+            tasks, results = self._frozen
         else:
             tasks, results = self.prepare_steps(
                 args, self.tasks, root_id, link_error, app,