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

View File

@ -133,7 +133,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
continue
try:
ac = self.init_iaction(action)
except:
except Exception:
# Ignore errors in loading user supplied plugins
import traceback
try: