[Pcsclite-cvs-commit] r6094 - /trunk/PCSC/src/spy/pcsc-spy.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Oct 31 14:38:10 UTC 2011


Author: rousseau
Date: Mon Oct 31 14:38:09 2011
New Revision: 6094

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6094
Log:
Fix cut-n-paste error

Modified:
    trunk/PCSC/src/spy/pcsc-spy.py

Modified: trunk/PCSC/src/spy/pcsc-spy.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/pcsc-spy.py?rev=6094&op=diff
==============================================================================
--- trunk/PCSC/src/spy/pcsc-spy.py (original)
+++ trunk/PCSC/src/spy/pcsc-spy.py Mon Oct 31 14:38:09 2011
@@ -192,8 +192,8 @@
 
     def log_in_hCard(self):
         """ log hCard IN parameter """
-        hContext = self.queue.get()
-        self.log_in("hCard: %s" % hContext)
+        hCard = self.queue.get()
+        self.log_in("hCard: %s" % hCard)
 
     def log_in_hContext(self):
         """ log hContext IN parameter """




More information about the Pcsclite-cvs-commit mailing list