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