• Raul Tambre's avatar
    Fix UTF-8 output in gclient_utils.CheckCallAndFilter · 1fb04630
    Raul Tambre authored
    Hooks for Electron output UTF-8 characters.
    Example error for when "" is output:
      File "/home/markus/depot_tools/metrics.py", line 266, in print_notice_and_exit
        yield
      File "/home/markus/depot_tools/gclient.py", line 3112, in <module>
        sys.exit(main(sys.argv[1:]))
      File "/home/markus/depot_tools/gclient.py", line 3098, in main
        return dispatcher.execute(OptionParser(), argv)
      File "/home/markus/depot_tools/subcommand.py", line 252, in execute
        return command(parser, args[1:])
      File "/home/markus/depot_tools/gclient.py", line 2677, in CMDsync
        ret = client.RunOnDeps('update', args)
      File "/home/markus/depot_tools/gclient.py", line 1746, in RunOnDeps
        self.RunHooksRecursively(self._options, pm)
      File "/home/markus/depot_tools/gclient.py", line 1052, in RunHooksRecursively
        hook.run()
      File "/home/markus/depot_tools/gclient.py", line 245, in run
        cmd, cwd=self.effective_cwd, always=self._verbose)
      File "/home/markus/depot_tools/gclient_utils.py", line 344, in CheckCallAndFilterAndHeader
        return CheckCallAndFilter(args, **kwargs)
      File "/home/markus/depot_tools/gclient_utils.py", line 576, in CheckCallAndFilter
        stdout.write(in_byte.decode())
      File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
        return codecs.utf_8_decode(input, errors, True)
    UnicodeDecodeError: 'utf8' codec can't decode byte 0xe2 in position 0: unexpected end of data
    
    This issue was introduced in CL:1524583.
    
    Bug: 942522
    Change-Id: I3c4355b925b34398c800d142f942531a829e0297
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1541334
    Auto-Submit: Raul Tambre <raul@tambre.ee>
    Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
    Commit-Queue: Raul Tambre <raul@tambre.ee>
    1fb04630
Name
Last commit
Last update
..
gstools Loading commit data...
OWNERS Loading commit data...
auth_test.py Loading commit data...
bot_update_coverage_test.py Loading commit data...
checkout_test.py Loading commit data...
cipd_bootstrap_test.py Loading commit data...
download_from_google_storage_unittest.py Loading commit data...
fix_encoding_test.py Loading commit data...
gclient_eval_unittest.py Loading commit data...
gclient_scm_test.py Loading commit data...
gclient_smoketest.py Loading commit data...
gclient_test.py Loading commit data...
gclient_utils_test.py Loading commit data...
git_cache_test.py Loading commit data...
git_cl_creds_check_report.txt Loading commit data...
git_cl_test.py Loading commit data...
git_common_test.py Loading commit data...
git_dates_test.py Loading commit data...
git_drover_test.py Loading commit data...
git_footers_test.py Loading commit data...
git_hyper_blame_test.py Loading commit data...
git_number_test.py Loading commit data...
git_rebase_update_test.py Loading commit data...
gsutil_test.py Loading commit data...
metrics_test.py Loading commit data...
ninjalog_uploader_test.py Loading commit data...
owners_finder_test.py Loading commit data...
owners_unittest.py Loading commit data...
patch_test.py Loading commit data...
presubmit_unittest.py Loading commit data...
recipes_test.py Loading commit data...
roll_dep_test.py Loading commit data...
scm_unittest.py Loading commit data...
subprocess2_test.py Loading commit data...
upload_to_google_storage_unittest.py Loading commit data...
watchlists_unittest.py Loading commit data...