[Pcsclite-git-commit] [PCSC] 03/05: pep8: fix warning

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Feb 15 22:53:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit cc912f8c051f57208756a44780aabea28438d884
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Feb 15 23:48:57 2017 +0100

    pep8: fix warning
    
    ThreadSafe.py:44:9: E265 block comment should start with '# '
---
 UnitaryTests/ThreadSafe.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UnitaryTests/ThreadSafe.py b/UnitaryTests/ThreadSafe.py
index 8267e3c..ac84ef5 100755
--- a/UnitaryTests/ThreadSafe.py
+++ b/UnitaryTests/ThreadSafe.py
@@ -41,7 +41,7 @@ def stress(*args):
             raise EstablishContextException(hresult)
 
         hresult = SCardReleaseContext(hcontext)
-        #print("SCardReleaseContext()", SCardGetErrorMessage(hresult))
+        # print("SCardReleaseContext()", SCardGetErrorMessage(hresult))
         if hresult != SCARD_S_SUCCESS:
             raise ReleaseContextException(hresult)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list