[Pcsclite-cvs-commit] r5608 - /website/matrix.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Feb 16 14:26:57 UTC 2011


Author: rousseau
Date: Wed Feb 16 14:26:55 2011
New Revision: 5608

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5608
Log:
Fix typo in parameter name spotted by pylint

W: 67:parse_reader: Unused argument 'patch'

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=5608&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Wed Feb 16 14:26:55 2011
@@ -64,7 +64,7 @@
     return reader_dict
 
 
-def parse_reader(patch, reader):
+def parse_reader(path, reader):
     """
     parse a reader CCID descriptor and return a list of interfaces
     """




More information about the Pcsclite-cvs-commit mailing list