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

Unified Diff: recipe_engine/run.py

Issue 1344583003: Recipe package system. (Closed) Base URL: git@github.com:luci/recipes-py.git@master
Patch Set: Recompiled proto Created 5 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_engine/recipe_api.py ('k') | recipe_engine/simulation_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/run.py
diff --git a/recipe_engine/run.py b/recipe_engine/run.py
old mode 100755
new mode 100644
index 97d0fb5c092bce0e824ca8f7f4ab896e1f8e49ad..0f0111d0974db19306e10324d7aa9e9a3a6f19f7
--- a/recipe_engine/run.py
+++ b/recipe_engine/run.py
@@ -448,7 +448,7 @@ def run_steps(properties,
# any recipe code yet; RunSteps needs to be called.
api = None
with stream.step('setup_build') as s:
- assert 'recipe' in properties # Should be ensured by get_recipe_properties.
+ assert 'recipe' in properties
recipe = properties['recipe']
properties_to_print = properties.copy()
« no previous file with comments | « recipe_engine/recipe_api.py ('k') | recipe_engine/simulation_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698