mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-08 02:25:26 +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
|
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…
Reference in a new issue