From 82653d2f9a4f2e5aa556dca4e09db284d5fcffc9 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sun, 24 Feb 2019 20:52:50 +0100
Subject: [PATCH] [create] Add missing parameter (closes #15)

---
 bob/devtools/scripts/create.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/devtools/scripts/create.py b/bob/devtools/scripts/create.py
index 98914241..77f09a64 100644
--- a/bob/devtools/scripts/create.py
+++ b/bob/devtools/scripts/create.py
@@ -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
-- 
GitLab