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

Unified Diff: build/android/incremental_install.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/gyp/lint.py ('k') | build/android/install_emulator_deps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/incremental_install.py
diff --git a/build/android/incremental_install.py b/build/android/incremental_install.py
index 9020607adff84c62a76a93348aa9e23b25e4aefd..936692b5bea5332c73f2b0a2b050621345e0cb88 100755
--- a/build/android/incremental_install.py
+++ b/build/android/incremental_install.py
@@ -9,7 +9,6 @@
import argparse
import glob
import logging
-import os
import posixpath
import sys
import time
@@ -107,7 +106,7 @@ def main():
do_push_libs()
else:
reraiser_thread.RunAsync((do_install, do_push_libs))
- logging.info('Took %s seconds' % round(time.time() - start_time, 1))
+ logging.info('Took %s seconds', round(time.time() - start_time, 1))
if __name__ == '__main__':
« no previous file with comments | « build/android/gyp/lint.py ('k') | build/android/install_emulator_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698