| Index: recipe_modules/step/api.py
|
| diff --git a/recipe_modules/step/api.py b/recipe_modules/step/api.py
|
| index 1a6ffb8148f3d52f28f21b6a5675569153a23075..0fedc4543d33d62cc99c509bf6e003701bd8a030 100644
|
| --- a/recipe_modules/step/api.py
|
| +++ b/recipe_modules/step/api.py
|
| @@ -161,6 +161,7 @@ class StepApi(recipe_api.RecipeApiPlain):
|
| 'infra_step', bool(infra_step))
|
| kwargs['step_nest_level'] = compositor.get_with_context('nest_level', 0)
|
| kwargs['name'] = full_name
|
| + kwargs['base_name'] = name
|
|
|
| schema = self.make_config()
|
| schema.set_val(kwargs)
|
|
|