Index: build/android/install_emulator_deps.py |
diff --git a/build/android/install_emulator_deps.py b/build/android/install_emulator_deps.py |
index fcb09541170c448256c812801728ae32585aac5a..a7c868f07be7c14e0a54f3addf9a5777169b0514 100755 |
--- a/build/android/install_emulator_deps.py |
+++ b/build/android/install_emulator_deps.py |
@@ -231,7 +231,7 @@ def main(argv): |
type='int', default=DEFAULT_ANDROID_API_LEVEL) |
opt_parser.add_option('-v', dest='verbose', action='store_true', |
help='enable verbose logging') |
- options, _ = opt_parser.parse_args(argv[1:]) |
+ options, _args = opt_parser.parse_args(argv[1:]) |
# run_tests_helper will set logging to INFO or DEBUG |
# We achieve verbose output by configuring it with 2 (==DEBUG) |