From 7f2bbc306f773c3b6d866c287893d46c9ce52233 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Wed, 24 Sep 2014 12:47:19 +0200 Subject: Fixed long line and whitespace --- tools/submitcert.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/submitcert.py') 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"] -- cgit v1.1