We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87077f commit 4ac39d5Copy full SHA for 4ac39d5
pyres/failure/mail.py
@@ -68,7 +68,7 @@ def format_subject(self):
68
exception=self._exception)
69
70
def create_message(self):
71
- """Returns a message body to send in this email."""
+ """Returns a message body to send in this email. Should be from email.mime.*"""
72
73
body = dedent("""\
74
Received exception {exception} on {queue} from worker {worker}:
0 commit comments