quteproc: fix docstring in formatted_str
Autocomplete was faster and inserted .strip() after line
This commit is contained in:
parent
d4a295b22e
commit
ae16240d41
@ -91,7 +91,7 @@ class LogLine(testprocess.Line):
|
|||||||
self.expected = is_ignored_qt_message(self.message)
|
self.expected = is_ignored_qt_message(self.message)
|
||||||
|
|
||||||
def formatted_str(self):
|
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.
|
This returns a line like qute without --json-logging would produce.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user