Commit b171c34f authored by Rafael Monnerat's avatar Rafael Monnerat

slapos.recipe.wrapper: Fix missing parameter

parent 7d8082d6
...@@ -64,5 +64,6 @@ class Recipe(GenericBaseRecipe): ...@@ -64,5 +64,6 @@ class Recipe(GenericBaseRecipe):
return [python_script, self.createWrapper( return [python_script, self.createWrapper(
name=wrapper_path, name=wrapper_path,
command=python_script, command=python_script,
parameters=[],
parameters_extra=parameters_extra) ] parameters_extra=parameters_extra) ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment