From b0b3c2f73f95dd111069257a48d047ce457ec1b5 Mon Sep 17 00:00:00 2001 From: Todd Ingarfield Date: Thu, 24 Sep 2015 11:20:25 -0500 Subject: [PATCH] formatting correction --- homeassistant/components/notify/smtp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/notify/smtp.py b/homeassistant/components/notify/smtp.py index b66ade255f1..ee2413eda30 100644 --- a/homeassistant/components/notify/smtp.py +++ b/homeassistant/components/notify/smtp.py @@ -172,5 +172,6 @@ class MailNotificationService(BaseNotificationService): msg.as_string()) break except smtplib.SMTPException: - _LOGGER.warning('SMTPException sending mail: retrying connection') + _LOGGER.warning('SMTPException sending mail: ' + 'retrying connection') self.connect()