mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Support for old custom Profiles in the GUI using the new feeds2disk infrastructure.
This commit is contained in:
parent
dad3dabd83
commit
a5e2708b64
@ -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…
x
Reference in New Issue
Block a user