From 03fcbc3382782e8d6824bfd55b063f13f64ff08f Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 14 Jul 2016 14:32:54 +0200 Subject: Further minor style fixes --- alot/settings/manager.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'alot/settings') diff --git a/alot/settings/manager.py b/alot/settings/manager.py index 1aaffa4f..839929b6 100644 --- a/alot/settings/manager.py +++ b/alot/settings/manager.py @@ -129,9 +129,8 @@ class SettingsManager(object): regexp = abook['regexp'] if cmd is not None and regexp is not None: ef = abook['shellcommand_external_filtering'] - args['abook'] = ExternalAddressbook(cmd, - regexp, - external_filtering=ef) + args['abook'] = ExternalAddressbook( + cmd, regexp, external_filtering=ef) else: msg = 'underspecified abook of type \'shellcommand\':' msg += '\ncommand: %s\nregexp:%s' % (cmd, regexp) -- cgit v1.2.3