Index: recipe_engine/step_runner.py |
diff --git a/recipe_engine/step_runner.py b/recipe_engine/step_runner.py |
index 7a4eef5fb52997b4f9e752e38e925acbbb429b73..94e8c56d0f431eb489760e06a36919f0bd4aa97b 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', |