[modules/pacman] Remove extra debugging raise
This commit is contained in:
parent
82ce0ac834
commit
e2fcbfae4f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue