Skip to content

Commit

Permalink
Added a comment about the return from monitor_transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmassey001 committed Mar 8, 2023
1 parent 47fc525 commit 0784597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nlds_client/clientlib/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ def get_transaction_state(transaction: dict):
"""Get the overall state of a transaction in a more convienent form by
querying the sub-transactions and determining if the overall transaction
is complete.
transaction: a dictionary for a single transaction. Note that
monitor_transactions returns a dictionary of transactions
Transaction dictionary looks like this:
{
'id': 2,
Expand Down

0 comments on commit 0784597

Please sign in to comment.