From 788e901d2eb28b3b770d4f2fd9afbf50f716a289 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 18 Jun 2006 21:13:19 +0000 Subject: fix typo svn path=/main/trunk/; revision=3530 --- pym/portage_mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage_mail.py b/pym/portage_mail.py index 4e56ca74c..b3b3dd86d 100644 --- a/pym/portage_mail.py +++ b/pym/portage_mail.py @@ -67,7 +67,7 @@ def send_mail(mysettings, message): # user wants to use a sendmail binary instead of smtp if mymailhost[0] == os.sep and os.path.exists(mymailhost): fd = os.popen(mymailhost+" -f "+myfrom+" "+myrecipient, "w") - fd.write(mymessage.as_string()) + fd.write(message.as_string()) if fd.close() != None: sys.stderr.write("!!! %s returned with a non-zero exit code. This generally indicates an error.\n" % mymailhost) else: -- cgit v1.2.3-1-g7c22