Commit acdf76c2 authored by MinchinWeb's avatar MinchinWeb Committed by Bram Schoenmakers

If `color=0`, do not print any color codes.

See #32
parent 36d39067
......@@ -80,7 +80,7 @@ class PrettyPrinterColorFilter(PrettyPrinterFilter):
' ' + link_color + r'\2\3' + color,
p_todo_str)
p_todo_str += NEUTRAL_COLOR
p_todo_str += NEUTRAL_COLOR
return p_todo_str
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment