diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-24 12:47:19 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-09-24 12:47:19 +0200 |
commit | 7f2bbc306f773c3b6d866c287893d46c9ce52233 (patch) | |
tree | 7d6bb68202e57981583bff223c6c7fa012b9494e /tools/submitcert.py | |
parent | d8ae32fbd31b1f2239cc22b6a0cd0098329a0fa7 (diff) |
Fixed long line and whitespacetesttools2
Diffstat (limited to 'tools/submitcert.py')
-rwxr-xr-x | tools/submitcert.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/submitcert.py b/tools/submitcert.py index 7471272..026f768 100755 --- a/tools/submitcert.py +++ b/tools/submitcert.py @@ -59,7 +59,8 @@ if lookup_in_log: print fetched_entry - print "does the leaf_input of the fetched entry match what we calculated:", base64.decodestring(fetched_entry["leaf_input"]) == merkle_tree_leaf + print "does the leaf_input of the fetched entry match what we calculated:", \ + base64.decodestring(fetched_entry["leaf_input"]) == merkle_tree_leaf extra_data = fetched_entry["extra_data"] |