quteproc: fix docstring in formatted_str

Autocomplete was faster and inserted .strip() after line
This commit is contained in:
Daniel Schadt 2016-05-25 13:33:51 +02:00
parent d4a295b22e
commit ae16240d41

View File

@ -91,7 +91,7 @@ class LogLine(testprocess.Line):
self.expected = is_ignored_qt_message(self.message)
def formatted_str(self):
"""Return a formatted colorized line.strip()
"""Return a formatted colorized line.
This returns a line like qute without --json-logging would produce.
"""