Skip to content

Commit

Permalink
Fix list_transactions for the case when workbaskets are empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed Aug 26, 2022
1 parent f03bc89 commit ed45953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pii-ner-exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1168,3 +1168,4 @@ measure_qs)\n
MeasureComponent
Components
TP2000-452
WorkBasketOutputFormat Enum
2 changes: 1 addition & 1 deletion workbaskets/management/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _output_workbasket_compact(self, workbasket, show_transaction_info, **kwargs
def output_workbasket(
self,
workbasket,
show_transaction_info=False,
show_transaction_info,
output_format=WorkBasketOutputFormat.READABLE,
**kwargs,
):
Expand Down

0 comments on commit ed45953

Please sign in to comment.