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

Unified Diff: build/android/surface_stats.py

Issue 132463007: Enable presubmit pylint in build/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
Index: build/android/surface_stats.py
diff --git a/build/android/surface_stats.py b/build/android/surface_stats.py
index 4b90216a870714f117b4cf2a8bbc61c305d38615..3f6390ca5593a6c3c184e96c086b7b178a6321fb 100755
--- a/build/android/surface_stats.py
+++ b/build/android/surface_stats.py
@@ -95,7 +95,7 @@ def main(argv):
type='float',
help='Time in seconds to sleep between updates.')
- options, args = parser.parse_args(argv)
+ options, _args = parser.parse_args(argv)
run_tests_helper.SetLogLevel(options.verbose_count)
adb = android_commands.AndroidCommands(options.device)

Powered by Google App Engine
This is Rietveld 408576698