Explorar el Código

Fixed worker exception e-mail sending broken due to a bad body string and interpolation.

Brian Rosner hace 16 años
padre
commit
ebaa8de966
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      celery/worker.py

+ 1 - 1
celery/worker.py

@@ -30,7 +30,7 @@ The contents of the full traceback was:
 
 %%(traceback)s
 
-%%(EMAIL_SIGNATURE_SEP)s
+%(EMAIL_SIGNATURE_SEP)s
 Just thought I'd let you know!
 celeryd at %%(hostname)s.
 """ % {"EMAIL_SIGNATURE_SEP": EMAIL_SIGNATURE_SEP}