Skip to content

Commit

Permalink
cli: allow multiple --format column titles
Browse files Browse the repository at this point in the history
closes #432
  • Loading branch information
mvidalgarcia committed Oct 16, 2020
1 parent 8c0c15d commit 3e7e73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reana_client/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def format_data(parsed_filters, headers, tablib_data):
and filter_["column_value"] != item[filter_["column_name"]]
):
tablib_data.remove(item)
break
return tablib_data, column_headers or []


Expand Down

0 comments on commit 3e7e73b

Please sign in to comment.