From 1e006e59f6d82a1257b67d9bfdb2b1257ce6c238 Mon Sep 17 00:00:00 2001
From: Masood Malekghassemi <soltanmm@users.noreply.github.com>
Date: Wed, 16 Dec 2015 23:27:01 -0800
Subject: [PATCH] Fix typo in Python test harness

---
 src/python/grpcio/tests/_result.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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' +
-- 
GitLab