Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dd9f29

Browse files
committed
layout adjustment
1 parent 75d0cee commit 3dd9f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/shutils/regressiontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
for test_count, attachment in ATTACHMENTS.items():
9090
attachment = MIMEText(attachment)
91-
attachment.add_header('Content-Disposition', 'attachment', filename="test_case_%d_console_output.txt" % test_count)
91+
attachment.add_header("Content-Disposition", "attachment", filename="test_case_%d_console_output.txt" % test_count)
9292
msg.attach(attachment)
9393

9494
s = smtplib.SMTP(host=SMTP_SERVER, port=SMTP_PORT, timeout=SMTP_TIMEOUT)

0 commit comments

Comments
 (0)