This commit is contained in:
Kovid Goyal 2022-01-01 11:23:53 +05:30
parent 4197b1ab35
commit f61d216e20
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -133,7 +133,7 @@ def __init__(self, opts, parent=None, gui_debug=None):
continue
try:
ac = self.init_iaction(action)
except:
except Exception:
# Ignore errors in loading user supplied plugins
import traceback
try: