mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 11:15:07 +01:00
...
This commit is contained in:
parent
4197b1ab35
commit
f61d216e20
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue