We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0c1c1a + 824a111 commit 6309241Copy full SHA for 6309241
1 file changed
kcidev/subcommands/results/parser.py
@@ -125,7 +125,7 @@ def get_command_summary(command_data):
125
126
127
def cmd_list_trees(origin, use_json):
128
- trees = dashboard_fetch_tree_list(origin)
+ trees = dashboard_fetch_tree_list(origin, use_json)
129
if use_json:
130
kci_msg(json.dumps(list(map(lambda t: create_tree_json(t), trees))))
131
return
0 commit comments