Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3604)

Unified Diff: build/android/bb_run_sharded_steps.py

Issue 153743008: Revert of Enable presubmit pylint in build/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with changes to pylib/linker/test_case.py. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/avd.py ('k') | build/android/findbugs_diff.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/bb_run_sharded_steps.py
diff --git a/build/android/bb_run_sharded_steps.py b/build/android/bb_run_sharded_steps.py
index 6aeba5b5f58cfeccf7d835e6613afbb632ea18b1..6124819cb5c4bea3d68e3e6fb0417b2abb0b881a 100755
--- a/build/android/bb_run_sharded_steps.py
+++ b/build/android/bb_run_sharded_steps.py
@@ -10,6 +10,7 @@ TODO(bulach): remove me once all other repositories reference
"""
import optparse
+import os
import sys
from pylib import cmd_helper
@@ -26,7 +27,7 @@ def main(argv):
parser.add_option('-p', '--print_results',
help='Only prints the results for the previously '
'executed step, do not run it again.')
- options, _ = parser.parse_args(argv)
+ options, urls = parser.parse_args(argv)
if options.print_results:
return cmd_helper.RunCmd(['build/android/test_runner.py', 'perf',
'--print-step', options.print_results])
« no previous file with comments | « build/android/avd.py ('k') | build/android/findbugs_diff.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698