mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 14:15:15 +01:00
...
This commit is contained in:
parent
7a97db1e36
commit
1f1b0113b6
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ def get_custom_recipe_collection(*args):
|
|||
if recipe_class is not None:
|
||||
rmap['custom:%s'%id_] = recipe_class
|
||||
except:
|
||||
print 'Failed to load recipe from: %r'%fname
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue