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

Unified Diff: scripts/master/gatekeeper.py

Issue 744913002: Restore order to the universe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month 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 | scripts/master/goodrevisions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/gatekeeper.py
diff --git a/scripts/master/gatekeeper.py b/scripts/master/gatekeeper.py
index 7d9b21e33cd090cc379bc3357db54e0531a356d3..f3a61c1830cd64de1fa5626c4826159217f6b5a1 100644
--- a/scripts/master/gatekeeper.py
+++ b/scripts/master/gatekeeper.py
@@ -65,7 +65,7 @@ class GateKeeper(chromium_notifier.ChromiumNotifier):
@type password: String.
@param password: Password for service. If None, look in
- .chromium_status_password.
+ .status_password.
"""
if throttle:
adjective = 'throttled'
@@ -97,7 +97,7 @@ class GateKeeper(chromium_notifier.ChromiumNotifier):
self.password = None
if tree_status_url:
self.password = get_password.Password(
- '.chromium_status_password').GetPassword()
+ '.status_password').GetPassword()
@staticmethod
« no previous file with comments | « no previous file | scripts/master/goodrevisions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698