Support for old custom Profiles in the GUI using the new feeds2disk infrastructure.

This commit is contained in:
Kovid Goyal 2008-03-20 21:41:19 +00:00
parent dad3dabd83
commit a5e2708b64

View File

@ -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()