[openssl-commits] [tools] master update

Rich Salz rsalz at openssl.org
Wed Jun 14 16:11:07 UTC 2017


The branch master has been updated
       via  02ff70f850cc06db3f184b6e24e99174e8e8cdb1 (commit)
      from  3313e513342afb0cc2e01a90efba029f271079d4 (commit)


- Log -----------------------------------------------------------------
commit 02ff70f850cc06db3f184b6e24e99174e8e8cdb1
Author: Rich Salz <rsalz at openssl.org>
Date:   Wed Jun 14 12:10:43 2017 -0400

    Remove unused string formatting argument

-----------------------------------------------------------------------

Summary of changes:
 license/cgi-bin/authors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/license/cgi-bin/authors.py b/license/cgi-bin/authors.py
index 0c3d6a4..827199d 100755
--- a/license/cgi-bin/authors.py
+++ b/license/cgi-bin/authors.py
@@ -50,7 +50,7 @@ def summary():
     print trailer
 
 def details():
-    print header % ("Response Details",)
+    print header
     print "<table border='1' class='cw'>"
     print "<tr><th>Name</th><th>Reply</th><th>Date</th><th>Comment</th></tr>"
     q = ("SELECT name,uid,reply,date_replied,comment"


More information about the openssl-commits mailing list