mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-05 17:36:11 +01:00
Support for old custom Profiles in the GUI using the new feeds2disk infrastructure.
This commit is contained in:
parent
dad3dabd83
commit
a5e2708b64
1 changed files with 1 additions and 3 deletions
|
|
@ -135,9 +135,7 @@ def run_recipe(opts, recipe_arg, parser, notification=None, handler=None):
|
|||
recipe = Profile2Recipe(recipe, opts, parser, notification)
|
||||
else:
|
||||
recipe = recipe(opts, parser, notification)
|
||||
print
|
||||
print recipe
|
||||
print
|
||||
|
||||
if not os.path.exists(recipe.output_dir):
|
||||
os.makedirs(recipe.output_dir)
|
||||
recipe.download()
|
||||
|
|
|
|||
Loading…
Reference in a new issue