Explorar o código

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

Brian Rosner %!s(int64=16) %!d(string=hai) anos
pai
achega
ebaa8de966
Modificáronse 1 ficheiros con 1 adicións e 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}