Thanks to visit codestin.com Credit goes to github.com
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 75d0cee commit 3dd9f29Copy full SHA for 3dd9f29
1 file changed
extra/shutils/regressiontest.py
@@ -88,7 +88,7 @@
88
89
for test_count, attachment in ATTACHMENTS.items():
90
attachment = MIMEText(attachment)
91
- attachment.add_header('Content-Disposition', 'attachment', filename="test_case_%d_console_output.txt" % test_count)
+ attachment.add_header("Content-Disposition", "attachment", filename="test_case_%d_console_output.txt" % test_count)
92
msg.attach(attachment)
93
94
s = smtplib.SMTP(host=SMTP_SERVER, port=SMTP_PORT, timeout=SMTP_TIMEOUT)
0 commit comments