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
experimental/szager/collated-output
maruel@chromium.org 16 years ago
parent ccde1c92e6
commit 5159b2e26c

@ -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:

Loading…
Cancel
Save