Skip to content

Commit 6309241

Browse files
authored
Merge pull request #159 from kwilczynski/fix/fix-results-trees-subcommand
results: Fix dashboard_fetch_tree_list() invocation
2 parents b0c1c1a + 824a111 commit 6309241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kcidev/subcommands/results/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def get_command_summary(command_data):
125125

126126

127127
def cmd_list_trees(origin, use_json):
128-
trees = dashboard_fetch_tree_list(origin)
128+
trees = dashboard_fetch_tree_list(origin, use_json)
129129
if use_json:
130130
kci_msg(json.dumps(list(map(lambda t: create_tree_json(t), trees))))
131131
return

0 commit comments

Comments
 (0)