Chromium Code Reviews| Index: scripts/slave/recipes/gatekeeper.py |
| diff --git a/scripts/slave/recipes/gatekeeper.py b/scripts/slave/recipes/gatekeeper.py |
| index ef3f8f41590d7c98986fa4cf864896e9bb6c8ddc..327f0f87f5b160bd376e66ae112daacaa8c19ef6 100644 |
| --- a/scripts/slave/recipes/gatekeeper.py |
| +++ b/scripts/slave/recipes/gatekeeper.py |
| @@ -4,7 +4,10 @@ |
| """Specifies how to launch the gatekeeper.""" |
| -DEPS = ['step', 'path'] |
| +DEPS = [ |
| + 'path', |
| + 'step', |
| +] |
| def GenSteps(api): |
| yield api.step('gatekeeper_launch', |