aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwhatmaps2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatmaps b/whatmaps
index 5a6704e..cca0701 100755
--- a/whatmaps
+++ b/whatmaps
@@ -127,7 +127,7 @@ class Distro(object):
"""
try:
return klass._pkg_services[pkg.name]
- except (KeyError, AttributeError):
+ except KeyError:
return []
@classmethod