mirror of
https://git.proxmox.com/git/fwupd
synced 2025-11-03 16:51:34 +00:00
standalone-installer: Fix issue found by LGTM
See https://lgtm.com/rules/6780080/ for details.
This commit is contained in:
parent
56445b0936
commit
43f390a336
@ -209,7 +209,7 @@ def run_installation (directory, verbose, uninstall):
|
||||
try:
|
||||
install_snap (directory, verbose, uninstall)
|
||||
return True
|
||||
except:
|
||||
except Exception as _:
|
||||
if verbose:
|
||||
print ("Snap installation failed")
|
||||
if not try_flatpak:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user