summaryrefslogtreecommitdiff
path: root/tools/submitcert.py
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-09-24 12:47:19 +0200
committerMagnus Ahltorp <map@kth.se>2014-09-24 12:47:19 +0200
commit7f2bbc306f773c3b6d866c287893d46c9ce52233 (patch)
tree7d6bb68202e57981583bff223c6c7fa012b9494e /tools/submitcert.py
parentd8ae32fbd31b1f2239cc22b6a0cd0098329a0fa7 (diff)
Fixed long line and whitespacetesttools2
Diffstat (limited to 'tools/submitcert.py')
-rwxr-xr-xtools/submitcert.py3
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"]