mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
49e6a69b5b
commit
dd7c9a71b5
@ -133,7 +133,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
|||||||
continue
|
continue
|
||||||
try:
|
try:
|
||||||
ac = self.init_iaction(action)
|
ac = self.init_iaction(action)
|
||||||
except:
|
except Exception:
|
||||||
# Ignore errors in loading user supplied plugins
|
# Ignore errors in loading user supplied plugins
|
||||||
import traceback
|
import traceback
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user