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

Unified Diff: build/android/incremental_install/installer.py

Issue 1503563003: Fix method name typo in installer.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/incremental_install/installer.py
diff --git a/build/android/incremental_install/installer.py b/build/android/incremental_install/installer.py
index ff6e08e089942a04af1c7f83dce624226d94a655..15bdbeeb2ef9d06e0409ea1b6d559508221c4b72 100755
--- a/build/android/incremental_install/installer.py
+++ b/build/android/incremental_install/installer.py
@@ -255,7 +255,7 @@ def main():
if args.output_directory:
constants.SetOutputDirectory(args.output_directory)
- devil_chromium.Initialize(output_directory=constants.GetOutputDirectory())
+ devil_chromium.Initialize(output_directory=constants.GetOutDirectory())
if args.device:
# Retries are annoying when commands fail for legitimate reasons. Might want
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698