[Pcsclite-cvs-commit] r6995 - trunk/PCSC/UnitaryTests

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Sep 19 16:06:13 UTC 2014


Author: rousseau
Date: 2014-09-19 16:06:13 +0000 (Fri, 19 Sep 2014)
New Revision: 6995

Modified:
   trunk/PCSC/UnitaryTests/SCardBlockingBehaviourTest.py
Log:
Fix pyflakes warning

SCardBlockingBehaviourTest.py:234: local variable 'hresult' is assigned to but never used


Modified: trunk/PCSC/UnitaryTests/SCardBlockingBehaviourTest.py
===================================================================
--- trunk/PCSC/UnitaryTests/SCardBlockingBehaviourTest.py	2014-09-19 16:04:48 UTC (rev 6994)
+++ trunk/PCSC/UnitaryTests/SCardBlockingBehaviourTest.py	2014-09-19 16:06:13 UTC (rev 6995)
@@ -231,7 +231,7 @@
 
     for testTarget in tests.keys():
         # Start test function in a new thread
-        hresult = SCardBeginTransaction(hcard)
+        SCardBeginTransaction(hcard)
         unblocked = False
         print
         print "Testing %s, expecting" % testTarget,




More information about the Pcsclite-cvs-commit mailing list