summaryrefslogtreecommitdiff
path: root/tools/submitcert.py
diff options
context:
space:
mode:
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"]