Correctly guard file_list modification in gclient update

TBR=smut@chromium.org
BUG=658959

Review-Url: https://codereview.chromium.org/2448993003
changes/96/408096/1
agable 9 years ago committed by Commit bot
parent 2f3f137de7
commit c3937b9128

@ -674,6 +674,7 @@ class GitWrapper(SCMWrapper):
# whitespace between projects when syncing. # whitespace between projects when syncing.
self.Print('') self.Print('')
if file_list is not None:
file_list.extend( file_list.extend(
[os.path.join(self.checkout_path, f) for f in rebase_files]) [os.path.join(self.checkout_path, f) for f in rebase_files])

Loading…
Cancel
Save