Index: presubmit_support.py |
diff --git a/presubmit_support.py b/presubmit_support.py |
index a1a1701af9db7bfe86c1b45674902e652a691fda..283016ff4fc7426d5cb1c50dea5a131fa36afa5f 100755 |
--- a/presubmit_support.py |
+++ b/presubmit_support.py |
@@ -1299,7 +1299,7 @@ def CallCommand(cmd_data): |
return cmd_data.message('%s failed\n%s' % (cmd_data.name, out)) |
except OSError as e: |
return cmd_data.message( |
- '%s exec failure\n %s\n%s' % (cmd_data.name, e, out)) |
+ '%s exec failure\n %s' % (cmd_data.name, e)) |
def Main(argv): |