Skip to content

Commit

Permalink
always print the result on success
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Dec 11, 2024
1 parent 644b01f commit 34ac792
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def main(args=None):
result["leaf"] = leaf.hex()

if args.output_file == "":
print(json.dumps(result))
return

if args.output_receipt_file != "":
Expand Down

0 comments on commit 34ac792

Please sign in to comment.