mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 16:50:10 +01:00
bin/gitlab_gql: print merged yaml as yaml instead of a python dict
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26074>
This commit is contained in:
parent
db6541a41a
commit
759b68bf66
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ def main():
|
|||
)
|
||||
|
||||
if args.print_merged_yaml:
|
||||
print(merged_yaml)
|
||||
print(yaml.dump(merged_yaml, indent=2))
|
||||
|
||||
if args.print_job_manifest:
|
||||
print_job_final_definition(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue