Chromium Code Reviews| Index: recipe_engine/step_runner.py |
| diff --git a/recipe_engine/step_runner.py b/recipe_engine/step_runner.py |
| index 1b0448c97fcdbab3ddcaf13e34db2e5380684fc1..3256d192a164c4dab498fa8b5c58cafe915ba7d3 100644 |
| --- a/recipe_engine/step_runner.py |
| +++ b/recipe_engine/step_runner.py |
| @@ -396,6 +396,7 @@ class SimulationStepRunner(StepRunner): |
| # List of attributes in a recipe_api.StepConfig to omit when rendering |
| # step history. |
| _STEP_CONFIG_RENDER_BLACKLIST = set(( |
| + 'base_name', |
| 'nest_level', |
| 'ok_ret', |
| 'infra_step', |