[modules/pacman] Remove extra debugging raise

This commit is contained in:
Yashar Shahi 2017-03-10 20:02:28 +03:30
parent 82ce0ac834
commit e2fcbfae4f

View file

@ -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