From 1e111f3df734dcd7e33a6008ecf01c2849442e72 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Fri, 18 Jun 2010 16:36:14 +0200 Subject: [PATCH] Corretto typo. --- mlmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlmanager.py b/mlmanager.py index bc065f2..3af88dc 100644 --- a/mlmanager.py +++ b/mlmanager.py @@ -322,7 +322,7 @@ class Download(): def _notify_error(self, message): """Notify error via email""" - self._send_mail (error_recipients, "[mlmanager] An error occurred", + self._send_email (error_recipients, "[mlmanager] An error occurred", message) def notify_email(self, recipients, subject, message): -- 2.1.4