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

Unified Diff: build/android/avd.py

Issue 1315743004: [Android] Add a custom pylintrc for build/android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix appurify_sanitized import-errors Created 5 years, 3 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/asan_symbolize.py ('k') | build/android/buildbot/bb_device_status_check.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/avd.py
diff --git a/build/android/avd.py b/build/android/avd.py
index c51aba1097b7b25915ae25e8a7f434150c5a9ec6..50720ed4016a3c91254854b7ed32183815907d89 100755
--- a/build/android/avd.py
+++ b/build/android/avd.py
@@ -75,7 +75,7 @@ def main(argv):
try:
avd_index = names.index(options.name)
except ValueError:
- logging.critical('ERROR: Specified AVD %s does not exist.' % options.name)
+ logging.critical('ERROR: Specified AVD %s does not exist.', options.name)
return 1
api_level = int(api_levels[avd_index])
« no previous file with comments | « build/android/asan_symbolize.py ('k') | build/android/buildbot/bb_device_status_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698