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