aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-12-16 23:27:01 -0800
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-12-16 23:27:01 -0800
commit6b09780f1abb2a6ade237bc709b2d342b066045a (patch)
tree1791cff74a53e5e5d9ea67ab0e048df76ce2f7c4 /src
parent788767a18f918131268ca88985b3547a8257e973 (diff)
Fix typo in Python test harness
Diffstat (limited to 'src')
-rw-r--r--src/python/grpcio/tests/_result.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/tests/_result.py b/src/python/grpcio/tests/_result.py
index 5a570f4279..0670be921f 100644
--- a/src/python/grpcio/tests/_result.py
+++ b/src/python/grpcio/tests/_result.py
@@ -406,7 +406,7 @@ def summary(result):
unexpected_successful=len(unexpected_successes),
interrupted=str(running_names)))
tracebacks = '\n\n'.join([
- (_Colors.FAIL + '{test_name}' + _Colors.END + + '\n' +
+ (_Colors.FAIL + '{test_name}' + _Colors.END + '\n' +
_Colors.BOLD + 'traceback:' + _Colors.END + '\n' +
'{traceback}\n' +
_Colors.BOLD + 'stdout:' + _Colors.END + '\n' +