[Pgp-tools-commit] r656 - trunk/keyart

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Wed Jun 18 15:03:04 UTC 2014


Author: guilhem-guest
Date: 2014-06-18 15:03:04 +0000 (Wed, 18 Jun 2014)
New Revision: 656

Modified:
   trunk/keyart/keyart
Log:
typo

Modified: trunk/keyart/keyart
===================================================================
--- trunk/keyart/keyart	2014-06-18 14:34:11 UTC (rev 655)
+++ trunk/keyart/keyart	2014-06-18 15:03:04 UTC (rev 656)
@@ -152,7 +152,7 @@
         key_algo = 'N/A'
 
     header = "["+key_algo+" "+key_size+"]"
-    if len(header) > 19: x = ''
+    if len(header) > 19: header = ''
     art += '+{:-^19}+\n'.format(header)
 
     for i, visit in enumerate(visits):




More information about the Pgp-tools-commit mailing list