This commit is contained in:
Daniel Schadt 2016-05-26 16:09:59 +02:00
parent fa2636c2f6
commit a6b47a7c09
2 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ class LogLine(testprocess.Line):
return self.formatted_str(colorized=False) return self.formatted_str(colorized=False)
def formatted_str(self, colorized=True): def formatted_str(self, colorized=True):
"""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.