Skip to content

Commit

Permalink
show invoices command with --raw option now produces valid JSON. I be…
Browse files Browse the repository at this point in the history
…lieve this and the previous couple commits should address issue vast-ai#25.
  • Loading branch information
gpropf committed Apr 28, 2022
1 parent c921685 commit 5624cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def show__invoices(args):

if args.raw:
print(json.dumps(rows, indent=1, sort_keys=True))
print("Current: ", current_charges)
# print("Current: ", current_charges)
else:
print(filter_header)
display_table(rows, invoice_fields)
Expand Down

0 comments on commit 5624cef

Please sign in to comment.