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() |