Chromium Code Reviews

Unified Diff: gcl.py

Issue 125053: Fix gcl upload for real this time. (Closed)
Patch Set: . Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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 119c503671c7ad4286eceedd273c38e2d2d7ae28..d672e30725902ec6843d8599d955471162f5c189 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.GetFileList())
+ watchers = watchlist.GetWatchersForPaths(change_info.GetFiles())
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