From ae16240d41e5a39e6495caeb21ec65bf822e48c2 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 25 May 2016 13:33:51 +0200 Subject: [PATCH] quteproc: fix docstring in formatted_str Autocomplete was faster and inserted .strip() after line --- tests/end2end/fixtures/quteprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 47ab6fd1b..aace5374e 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -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. """