浏览代码

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

Brian Rosner 16 年之前
父节点
当前提交
ebaa8de966
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}