Chromium Code Reviews| Index: subprocess2.py |
| diff --git a/subprocess2.py b/subprocess2.py |
| index 364aace886009ab18322524f6e8f8bc6f97a03d3..1f9c6c99e365ad8a958acae8511d10d0b99aaaf0 100644 |
| --- a/subprocess2.py |
| +++ b/subprocess2.py |
| @@ -355,7 +355,6 @@ class Popen(subprocess.Popen): |
| self._tee_threads(input) |
| if stdout is not None: |
| stdout = ''.join(stdout) |
| - stderr = None |
| if stderr is not None: |
| stderr = ''.join(stderr) |
| return (stdout, stderr) |