Skip to content

Commit 1471b09

Browse files
committed
Repair broken reference in mail.py
Repairs #178 Signed-off-by: Peter Grayson <[email protected]>
1 parent 39bf3b0 commit 1471b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stgit/commands/mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def __build_cover(tmpl, msg_id, options, patches):
665665
extra_cc = []
666666
if options.auto:
667667
for pn in patches:
668-
message_str = stack.patchs[pn].data.message_str
668+
message_str = stack.patches[pn].data.message_str
669669
if message_str:
670670
descr = message_str.strip()
671671
extra_cc.extend(__get_signers_list(descr))

0 commit comments

Comments
 (0)