-
tandrii@chromium.org authored
According to Python's doc ( https://docs.python.org/2/library/subprocess.html#subprocess.check_output ): if check_output raises exception CalledProcessError, the exception object should contain stdout data as `output` attribute. Before this commit, subprocess2.CalledProcessError had `output` always None, and used `stdout` instead. This commit fixes this problem storing the same data in both `stdout` and `output`. BUG=NONE Review URL: https://codereview.chromium.org/582933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292036 0039d316-1c4b-4281-b951-d872f2087c98
c15fe57f