From 8cc5b5b13179619afa35cdbc0949b761aada32a2 Mon Sep 17 00:00:00 2001 From: pazz Date: Sat, 13 Aug 2011 14:57:22 +0100 Subject: pep8 --- alot/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/account.py') diff --git a/alot/account.py b/alot/account.py index 57336020..7aa40635 100644 --- a/alot/account.py +++ b/alot/account.py @@ -192,7 +192,7 @@ class AccountManager: for alias in newacc.aliases: self.accountmap[alias] = newacc else: - logging.info('account section %s lacks fields %s' % (s, to_set)) + logging.info('account section %s lacks %s' % (s, to_set)) def get_accounts(self): """return known accounts -- cgit v1.2.3