commit | eed06d620fa4814a596c359b2d8bba4ad524c934 | [log] [tgz] |
---|---|---|
author | iannucci@chromium.org <iannucci@chromium.org> | Fri Apr 01 00:59:42 2016 +0000 |
committer | iannucci@chromium.org <iannucci@chromium.org> | Fri Apr 01 00:59:42 2016 +0000 |
tree | 525065161136f8240c5e10629bb96af9ec95d884 | |
parent | 10379b88cb5b259d0107b6034359329c06268cc0 [diff] [blame] |
Better tooling git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299614 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/git_cl.py b/git_cl.py index 6fe4c6a..278cd9a 100755 --- a/git_cl.py +++ b/git_cl.py
@@ -4478,7 +4478,7 @@ # These affect sys.stdout so do it outside of main() to simplify mocks in # unit testing. fix_encoding.fix_encoding() - colorama.init() + colorama.init(wrap="TERM" not in os.environ) try: sys.exit(main(sys.argv[1:])) except KeyboardInterrupt: