Skip to content

Commit

Permalink
Fix typo in Python test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanmm committed Dec 17, 2015
1 parent 788767a commit 6b09780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/grpcio/tests/_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' +
Expand Down

0 comments on commit 6b09780

Please sign in to comment.