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

Unified Diff: scripts/master/goodrevisions.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 | « scripts/master/gatekeeper.py ('k') | scripts/slave/gatekeeper_ng.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/goodrevisions.py
diff --git a/scripts/master/goodrevisions.py b/scripts/master/goodrevisions.py
index 41588cb6a59394160b70f707964081f3fed7230f..8f0880365101365ed65de6113f1154d0fffe426b 100644
--- a/scripts/master/goodrevisions.py
+++ b/scripts/master/goodrevisions.py
@@ -64,7 +64,7 @@ class GoodRevisions(base.StatusReceiverMultiService):
# The status object we must subscribe to.
self.status = None
self.password = get_password.Password(
- '.chromium_status_password').GetPassword()
+ '.status_password').GetPassword()
def setServiceParent(self, parent):
base.StatusReceiverMultiService.setServiceParent(self, parent)
« no previous file with comments | « scripts/master/gatekeeper.py ('k') | scripts/slave/gatekeeper_ng.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698