mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +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):
|
def add_known_issue_information(self):
|
||||||
if self.expected_issues:
|
if self.expected_issues:
|
||||||
info = "\n\n## Already known issues\n\n``` python\n%s\n```\n\n" % (
|
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:
|
else:
|
||||||
info = ""
|
info = ""
|
||||||
|
|
Loading…
Reference in a new issue