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

+ 1 - 1
celery/worker.py

@@ -66,7 +66,7 @@ def jail(task_id, task_name, func, args, kwargs):
     ignore_result = getattr(func, "ignore_result", False)
     timer_stat = TaskTimerStats.start(task_id, task_name, args, kwargs)
 
-     Backend process cleanup
+    # Backend process cleanup
     default_backend.process_cleanup()
 
     try: