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

Unified Diff: recipes.py

Issue 2245113002: Track step nesting in StreamEngine. (Closed) Base URL: https://github.com/luci/recipes-py@emit-initial-properties
Patch Set: Rebase, 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
« no previous file with comments | « recipe_modules/step/config.py ('k') | recipes/example/nested.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes.py
diff --git a/recipes.py b/recipes.py
index e835e8bc314c26ba9461da27a9a3a9550e2acede..ee1e1b2dcf08d356cb2460055703e64c9f477eb3 100755
--- a/recipes.py
+++ b/recipes.py
@@ -154,8 +154,9 @@ def run(package_deps, args, op_args):
stream_engine = stream.ProductStreamEngine(
stream.StreamEngineInvariants(),
stream.AnnotatorStreamEngine(
- sys.stdout, emit_timestamps=(args.timestamps or
- op_args.annotation_flags.emit_timestamp)))
+ sys.stdout,
+ emit_timestamps=(args.timestamps or
+ op_args.annotation_flags.emit_timestamp)))
with stream_engine:
# Emit initial properties if configured to do so.
if op_args.annotation_flags.emit_initial_properties:
« no previous file with comments | « recipe_modules/step/config.py ('k') | recipes/example/nested.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698