Skip to content
Snippets Groups Projects
Commit 82653d2f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[create] Add missing parameter (closes #15)

parent b397a3d2
No related branches found
No related tags found
1 merge request!27Add missing parameter to create script (closes #15)
Pipeline #27450 passed
......@@ -92,7 +92,7 @@ Examples:
@verbosity_option()
@bdt.raise_on_error
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
It uses the conda render API to render a recipe and install an environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment