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

+ 1 - 1
celery/backends/base.py

@@ -80,7 +80,7 @@ class UnpickleableExceptionWrapper(Exception):
 class BaseBackend(object):
 class BaseBackend(object):
     """The base backend class. All backends should inherit from this."""
     """The base backend class. All backends should inherit from this."""
 
 
-    UnpickleableExecptionWrapper = UnpickleableExceptionWrapper
+    UnpickleableExceptionWrapper = UnpickleableExceptionWrapper
 
 
     def store_result(self, task_id, result, status):
     def store_result(self, task_id, result, status):
         """Store the result and status of a task."""
         """Store the result and status of a task."""