mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
validate:launcher: Indent known issues printing
This commit is contained in:
parent
e1625da9ed
commit
81f198f812
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class Test(Loggable):
|
|||
def add_known_issue_information(self):
|
||||
if self.expected_issues:
|
||||
info = "\n\n## Already known issues\n\n``` python\n%s\n```\n\n" % (
|
||||
json.dumps(self.expected_issues)
|
||||
json.dumps(self.expected_issues, indent=4)
|
||||
)
|
||||
else:
|
||||
info = ""
|
||||
|
|
Loading…
Reference in a new issue