From 5159b2e26c99c0c7602db917e2b720a11808a070 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Fri, 12 Jun 2009 16:18:08 +0000 Subject: [PATCH] Fix watchlist exception on upload. TEST=none BUG=none TBR=nirnimesh Review URL: http://codereview.chromium.org/126051 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18274 0039d316-1c4b-4281-b951-d872f2087c98 --- gcl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcl.py b/gcl.py index ea0812369..119c50367 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: