Commit 480ea470 by Sébastien Eustace

Update error styling

parent c95a62b5
...@@ -159,7 +159,7 @@ class Application(BaseApplication): ...@@ -159,7 +159,7 @@ class Application(BaseApplication):
l = max(line_length, l) l = max(line_length, l)
messages = [''] messages = []
empty_line = formatter.format('%s' % (' ' * l)) empty_line = formatter.format('%s' % (' ' * l))
messages.append(empty_line) messages.append(empty_line)
messages.append(formatter.format('%s%s' messages.append(formatter.format('%s%s'
...@@ -173,7 +173,6 @@ class Application(BaseApplication): ...@@ -173,7 +173,6 @@ class Application(BaseApplication):
) )
messages.append(empty_line) messages.append(empty_line)
messages.append('')
o.writeln(messages, Output.OUTPUT_RAW) o.writeln(messages, Output.OUTPUT_RAW)
......
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