Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: recipe_modules/step/api.py

Issue 2265673002: Add LogDog / annotation protobuf support. (Closed) Base URL: https://github.com/luci/recipes-py@step-formal-struct
Patch Set: Code review comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698