mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 22:24:14 +02:00
flake warnings (#304)
This commit is contained in:
@@ -1601,7 +1601,7 @@ class ManageWindow(QWidget):
|
||||
icon = QIcon(action.icon_path)
|
||||
else:
|
||||
icon = QIcon.fromTheme(action.icon_path)
|
||||
except:
|
||||
except Exception:
|
||||
icon = None
|
||||
else:
|
||||
icon = None
|
||||
|
||||
Reference in New Issue
Block a user