mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
tools: debug grouping py script
This commit is contained in:
parent
746c3994d3
commit
b00a8de83a
@ -196,6 +196,9 @@ if (args.group):
|
||||
"group": group_name
|
||||
})
|
||||
temp_group = []
|
||||
if(verbose):
|
||||
import pprint
|
||||
pprint.pp(final_groups)
|
||||
print(json.dumps({ "include": final_groups }, **extra_args))
|
||||
else:
|
||||
print(json.dumps(github_action_config, **extra_args))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user