Skip to content
Snippets Groups Projects

Add missing parameter to create script (closes #15)

Merged André Anjos requested to merge issue-15 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -92,7 +92,7 @@ Examples:
@@ -92,7 +92,7 @@ Examples:
@verbosity_option()
@verbosity_option()
@bdt.raise_on_error
@bdt.raise_on_error
def create(name, recipe_dir, python, overwrite, condarc, use_local, config,
def create(name, recipe_dir, python, overwrite, condarc, use_local, config,
append_file, server, private, stable, dry_run):
append_file, server, group, private, stable, dry_run):
"""Creates a development environment for a recipe
"""Creates a development environment for a recipe
It uses the conda render API to render a recipe and install an environment
It uses the conda render API to render a recipe and install an environment
Loading