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

Unified Diff: gcl.py

Issue 126051: Fix watchlist exception on upload. (Closed)
Patch Set: Created 11 years, 6 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 ea081236989d9ab77091b23d6f18e56dfb3a1fa7..119c503671c7ad4286eceedd273c38e2d2d7ae28 100755
--- a/gcl.py
+++ b/gcl.py
@@ -800,7 +800,7 @@ def UploadCL(change_info, args):
if not no_watchlists:
import watchlists
watchlist = watchlists.Watchlists(change_info.GetLocalRoot())
- watchers = watchlist.GetWatchersForPaths(change_info.FileList())
+ watchers = watchlist.GetWatchersForPaths(change_info.GetFileList())
cc_list = GetCodeReviewSetting("CC_LIST")
if not no_watchlists and watchers:
« 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