aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2018-02-09 07:49:24 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-09 12:51:59 +0000
commitb6bfb536276fc07f43e276fec158a9a8cc329f53 (patch)
treec3d42f7f5138f14ab262dc4de80b428c3a959c4a /infra
parentda278250a99c46a5a775be4db0fd17fe2581f99f (diff)
Use the right keys in trigger_wait_ac_task.py
NoTry: true Bug: skia:7469 Change-Id: I2a77574f35354f75e628968f943be54afa9e3bf9 Reviewed-on: https://skia-review.googlesource.com/105981 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/android_compile/trigger_wait_ac_task.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/android_compile/trigger_wait_ac_task.py b/infra/bots/android_compile/trigger_wait_ac_task.py
index d620b7f218..48a813ebb4 100644
--- a/infra/bots/android_compile/trigger_wait_ac_task.py
+++ b/infra/bots/android_compile/trigger_wait_ac_task.py
@@ -141,8 +141,8 @@ def TriggerAndWait(options):
' Android tree is currently broken. Marking this bot as '
'successful')
print
- print 'With patch logs are here: %s' % ret["WithPatchLog"]
- print 'No patch logs are here: %s' % ret["NoPatchLog"]
+ print 'With patch logs are here: %s' % ret["withpatch_log"]
+ print 'No patch logs are here: %s' % ret["nopatch_log"]
return 0
sys.stdout.write('.')