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

Unified Diff: third_party/upload.py

Issue 10910201: Update upload.py @ 215ecb2ae628; fixes typo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/upload.py
diff --git a/third_party/upload.py b/third_party/upload.py
index 3570b50e9888bbc1cc915c59c44031db9b647d40..81fbf4114354d8939595d9fb238c79e55617b9da 100755
--- a/third_party/upload.py
+++ b/third_party/upload.py
@@ -639,7 +639,7 @@ class KeyringCreds(object):
if keyring:
answer = raw_input("Store password in system keyring?(y/N) ").strip()
if answer == "y":
- keyring.set_password(host, email, password)
+ keyring.set_password(self.host, email, password)
self.accounts_seen.add(email)
return (email, password)
« 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