| Index: infra/bots/recipes/swarm_housekeeper.py
|
| diff --git a/infra/bots/recipes/swarm_housekeeper.py b/infra/bots/recipes/swarm_housekeeper.py
|
| index e318463b3779885d6621c09d01977e2264b66355..4400f3f8ed04b2cf72dec022643995838671ce9f 100644
|
| --- a/infra/bots/recipes/swarm_housekeeper.py
|
| +++ b/infra/bots/recipes/swarm_housekeeper.py
|
| @@ -47,8 +47,7 @@ def RunSteps(api):
|
| api.run(
|
| api.step,
|
| 'generate and upload doxygen',
|
| - cmd=['python', api.core.resource('generate_and_upload_doxygen.py'),
|
| - gsutil_path],
|
| + cmd=['python', api.core.resource('generate_and_upload_doxygen.py')],
|
| cwd=cwd,
|
| abort_on_failure=False)
|
|
|
|
|