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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Feb 16 14:34:55 UTC 2011


Author: rousseau
Date: Wed Feb 16 14:34:47 2011
New Revision: 5610

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5610
Log:
Fix a pylint warning

C:404:add_line: Missing docstring

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=5610&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Wed Feb 16 14:34:47 2011
@@ -402,6 +402,9 @@
 
 
 def add_line(file_desc, num, reader, fields):
+    """
+    Add a line to the matrix
+    """
     # define color of the line
     if num % 2:
         # even line number




More information about the Pcsclite-cvs-commit mailing list