|
@@ -32,7 +32,7 @@ class Backend(BaseBackend):
|
|
if meta.status == "FAILURE":
|
|
if meta.status == "FAILURE":
|
|
return self.exception_to_python(meta.result)
|
|
return self.exception_to_python(meta.result)
|
|
else:
|
|
else:
|
|
- return result
|
|
|
|
|
|
+ return meta.result
|
|
|
|
|
|
def _get_task_meta_for(self, task_id):
|
|
def _get_task_meta_for(self, task_id):
|
|
if task_id in self._cache:
|
|
if task_id in self._cache:
|