From: <lu...@us...> - 2009-12-31 10:48:19
|
Revision: 366 http://pyscard.svn.sourceforge.net/pyscard/?rev=366&view=rev Author: ludov Date: 2009-12-31 10:48:12 +0000 (Thu, 31 Dec 2009) Log Message: ----------- add missing \n Modified Paths: -------------- trunk/contrib/parseATR/parseATR.py Modified: trunk/contrib/parseATR/parseATR.py =================================================================== --- trunk/contrib/parseATR/parseATR.py 2009-12-18 17:14:30 UTC (rev 365) +++ trunk/contrib/parseATR/parseATR.py 2009-12-31 10:48:12 UTC (rev 366) @@ -569,7 +569,7 @@ (lcs, sw1, sw2) = status[:3] text.append(" Mandatory status indicator (3 last bytes)\n") - text.append(" LCS (life card cycle): %d (%s)" % (lcs, life_cycle_status(lcs))) + text.append(" LCS (life card cycle): %d (%s)\n" % (lcs, life_cycle_status(lcs))) text.append(" SW: %02X%02X (%s)" % (sw1, sw2, "")) #Chipcard::PCSC::Card::ISO7816Error("$sw1 $sw2")) elif hb_category == 0x80: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |