Chromium Code Reviews| Index: tools/bots/dartium_android.py |
| =================================================================== |
| --- tools/bots/dartium_android.py (revision 36549) |
| +++ tools/bots/dartium_android.py (working copy) |
| @@ -33,7 +33,7 @@ |
| def UploadSetACL(gsutil, local, remote): |
| - gsutil.upload(local, remote, public=true) |
| + gsutil.upload(local, remote, public=True) |
| def UploadAPKs(options): |