summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-07-14 14:32:54 +0200
committerLucas Hoffmann <l-m-h@web.de>2016-12-09 11:26:19 +0100
commit03fcbc3382782e8d6824bfd55b063f13f64ff08f (patch)
tree49bd8ffe51d8fdb9529c0611ae9b46b1ee3482fb /alot/settings
parent84c79143dcf0a56112d8703f24052ca1f5f2832c (diff)
Further minor style fixes
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/manager.py5
1 files changed, 2 insertions, 3 deletions
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)