summaryrefslogtreecommitdiff
path: root/alot/addressbook/external.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/addressbook/external.py')
-rw-r--r--alot/addressbook/external.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/addressbook/external.py b/alot/addressbook/external.py
index 9de86f36..53f1e464 100644
--- a/alot/addressbook/external.py
+++ b/alot/addressbook/external.py
@@ -44,7 +44,7 @@ class ExternalAddressbook(AddressBook):
def get_contacts(self):
return self._call_and_parse(self.commandline)
- def lookup(self, prefix):
+ def lookup(self, prefix): # pragma: no cover
if self.external_filtering:
return self._call_and_parse(self.commandline + " " + prefix)
else: