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 5375c70 commit 13b776fCopy full SHA for 13b776f
1 file changed
extra/shutils/regressiontest.py
@@ -79,7 +79,7 @@
79
msg["From"] = FROM
80
msg["To"] = TO
81
82
- for test_count, attachment in ATTACHMENTS:
+ for test_count, attachment in ATTACHMENTS.items():
83
attachment = MIMEText(attachment)
84
attachment.add_header('Content-Disposition', 'attachment', filename="test_case_%d_console_output.txt" % test_count)
85
msg.attach(attachment)
0 commit comments