summaryrefslogtreecommitdiffstats
path: root/scripts/patchtest-send-results
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patchtest-send-results')
-rwxr-xr-xscripts/patchtest-send-results2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patchtest-send-results b/scripts/patchtest-send-results
index 1df81f943a..71b73f0940 100755
--- a/scripts/patchtest-send-results
+++ b/scripts/patchtest-send-results
@@ -59,7 +59,7 @@ subject_line = f"Patchtest results for {mbox_subject}"
59 59
60# extract the submitter email address and use it as the reply address 60# extract the submitter email address and use it as the reply address
61# for the results 61# for the results
62reply_address = re.findall("<(.*)>", mbox[0]['from'])[0] 62reply_address = mbox[0]['from']
63 63
64# extract the message ID and use that as the in-reply-to address 64# extract the message ID and use that as the in-reply-to address
65in_reply_to = re.findall("<(.*)>", mbox[0]['Message-ID'])[0] 65in_reply_to = re.findall("<(.*)>", mbox[0]['Message-ID'])[0]