mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7a97db1e36
commit
1f1b0113b6
@ -101,6 +101,7 @@ def get_custom_recipe_collection(*args):
|
|||||||
if recipe_class is not None:
|
if recipe_class is not None:
|
||||||
rmap['custom:%s'%id_] = recipe_class
|
rmap['custom:%s'%id_] = recipe_class
|
||||||
except:
|
except:
|
||||||
|
print 'Failed to load recipe from: %r'%fname
|
||||||
import traceback
|
import traceback
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user