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

Unified Diff: gcl.py

Issue 6670046: Fix regression introduced in r78329. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 9 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: gcl.py
diff --git a/gcl.py b/gcl.py
index cd42b359411bb45a3e48caa86cb0b831f6eb2b57..c85519f2e0dbad8712467d585cbea85add6ab106 100755
--- a/gcl.py
+++ b/gcl.py
@@ -764,7 +764,7 @@ def OptionallyDoPresubmitChecks(change_info, committing, args):
def suggest_reviewers(change_info, affected_files):
- owners_db = owners.Database(change_info.LocalRoot(), fopen=file,
+ owners_db = owners.Database(change_info.GetLocalRoot(), fopen=file,
os_path=os.path)
return owners_db.reviewers_for(affected_files)
« 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