Chromium Code Reviews| Index: tools/auto_bisect/bisect_utils.py |
| diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py |
| index 3822fe9c5e4a9e7e5acd0644e4b5be9883f5a7a7..0e5976df5ab08e1922629e62db1e9ec10f184335 100644 |
| --- a/tools/auto_bisect/bisect_utils.py |
| +++ b/tools/auto_bisect/bisect_utils.py |
| @@ -440,7 +440,6 @@ def RunGit(command, cwd=None): |
| A tuple of the output and return code. |
| """ |
| command = ['git'] + command |
| - |
| return RunProcessAndRetrieveOutput(command, cwd=cwd) |