commit | f78077a9a68bc4b4681cb7b3357eb5eba2301a17 | [log] [tgz] |
---|---|---|
author | Sergiy Byelozyorov <[email protected]> | Thu Jun 14 08:07:11 2018 |
committer | Commit Bot <[email protected]> | Thu Jun 14 08:07:11 2018 |
tree | 569e33562c3e558c2412a9b8f4c0a44b7aa2b7c2 | |
parent | e51487011d0f5471c6c38d5830a13b6ecf8c5839 [diff] [blame] |
Use correct syntax to define 1-tuple [email protected] Bug: 831171 Change-Id: Ida71a6072a3b25910bdda8fa4f15901349c7c8a0 Reviewed-on: https://chromium-review.googlesource.com/1100461 Reviewed-by: Sergiy Byelozyorov <[email protected]> Commit-Queue: Sergiy Byelozyorov <[email protected]> Cr-Commit-Position: refs/heads/master@{#567187}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 2278bd9..14c6c8764 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -660,7 +660,7 @@ 'src-internal', 'webrtc') ) | set('%[email protected]' % s for s in ('findit-for-me',) ) | set('%[email protected]' % s - for s in ('v8-ci-autoroll-builder')) + for s in ('v8-ci-autoroll-builder',)) def _CheckNoProductionCodeUsingTestOnlyFunctions(input_api, output_api):