Chromium Code Reviews| Index: trychange.py |
| diff --git a/trychange.py b/trychange.py |
| index 71ceb20066769fdc954488bca81e592780b5af38..31275dbb6c103561de69030d447411110d5f905d 100755 |
| --- a/trychange.py |
| +++ b/trychange.py |
| @@ -365,7 +365,7 @@ def _SendChangeSVN(options): |
| temp_file.name], print_error=False) |
| except gclient_utils.CheckCallError, e: |
| raise NoTryServerAccess(' '.join(e.command) + '\nOuput:\n' + |
| - e.stdout) |
| + e.stdout + e.stderr) |
| finally: |
| temp_file.close() |
| shutil.rmtree(temp_dir, True) |