summaryrefslogtreecommitdiff
path: root/reporters/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'reporters/text.py')
-rw-r--r--reporters/text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporters/text.py b/reporters/text.py
index acb22b5..bc86313 100644
--- a/reporters/text.py
+++ b/reporters/text.py
@@ -133,7 +133,7 @@ class ColorizedTextReporter(TextReporter):
msg = msg._replace(
**{attr: colorize_ansi(getattr(msg, attr), color, style)
- for attr in ('msg', 'symbol', 'category', 'C')})
+ for attr in ('msg', 'symbol', 'category', 'C')})
self.write_message(msg)