Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-14 20:30:37 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-14 20:30:37 (GMT)
commitfeefe03a6c31a3f24300ea4326f0cd3f314c2636 (patch)
tree97511d8981256fa7bc6357e4404eaf53037cc04a /devbot
parent2a362c3b47568a0d95469fd77694d04d18ca7a94 (diff)
Return if the package is missing
Diffstat (limited to 'devbot')
-rw-r--r--devbot/distro.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index 69937cc..fe25fa0 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -43,6 +43,7 @@ class FedoraPackageManager:
package]).strip()
except subprocess.CalledProcessError:
print "Package %s not installed" % package
+ return
for capability in capabilities.strip().split(" "):
if capability.startswith("rpmlib"):