From e2fcbfae4fcd64af9aea405a82e355dcfbfa4925 Mon Sep 17 00:00:00 2001 From: Yashar Shahi Date: Fri, 10 Mar 2017 20:02:28 +0330 Subject: [PATCH] [modules/pacman] Remove extra debugging raise --- bumblebee/modules/pacman.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bumblebee/modules/pacman.py b/bumblebee/modules/pacman.py index bbc615a..7b2ebb6 100644 --- a/bumblebee/modules/pacman.py +++ b/bumblebee/modules/pacman.py @@ -21,8 +21,6 @@ repos = ["core", "extra", "community", "multilib", "testing", "other"] def get_pacman_info(widget, path): try: result = bumblebee.util.execute("{}/../../bin/pacman-updates".format(path)) - except BaseException as a: - raise a except: pass