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

Aaron Toponce atoponce-guest at moszumanska.debian.org
Wed Jun 18 22:37:53 UTC 2014


Author: atoponce-guest
Date: 2014-06-18 22:37:53 +0000 (Wed, 18 Jun 2014)
New Revision: 671

Modified:
   trunk/keyart/keyart
Log:
Fix regression introducing index out of range bug

Modified: trunk/keyart/keyart
===================================================================
--- trunk/keyart/keyart	2014-06-18 22:08:38 UTC (rev 670)
+++ trunk/keyart/keyart	2014-06-18 22:37:53 UTC (rev 671)
@@ -196,7 +196,7 @@
     coins = [' ', '.', '^', ':', 'l', 'i', '?', '(', 'f', 'x', 'X', 'Z', '#',
              'M', 'W', '&', '8', '%', '@']
     colors = ['', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
-              '', '']
+              '', '', '']
     reset = ''
     if ansi_art:
         colors = [




More information about the Pgp-tools-commit mailing list