commit | df746d0e6fd46f4817100ccbe6892424daf7e244 | [log] [tgz] |
---|---|---|
author | Edward Lemur <ehmaldonado@chromium.org> | Sat Jul 27 00:42:46 2019 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Jul 27 00:42:46 2019 +0000 |
tree | 6e01f3efd248350d197568cfd4c603987ca0e3bd | |
parent | ba1b1f7ab6d0b6c3053826e87ccd109758ffcb27 [diff] [blame] |
depot_tools: Make git_cache Python 3 compatible. Bug: 984182 Change-Id: Ia413435af80d03dcfa01bb2ab7480cd6a37b4161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1717496 Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/gclient_utils.py b/gclient_utils.py index 78c08b1..4653953 100644 --- a/gclient_utils.py +++ b/gclient_utils.py
@@ -597,6 +597,7 @@ if len(in_line): filter_fn(in_line) rv = kid.wait() + kid.stdout.close() # Don't put this in a 'finally,' since the child may still run if we get # an exception.