Commit 5159b2e2 authored by maruel@chromium.org's avatar maruel@chromium.org

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
parent ccde1c92
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment