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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Feb 16 14:33:08 UTC 2011


Author: rousseau
Date: Wed Feb 16 14:33:06 2011
New Revision: 5609

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

W:167:check_list: No exception type(s) specified

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=5609&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Wed Feb 16 14:33:06 2011
@@ -163,7 +163,7 @@
         #print "remove ", r
         try:
             real_list.remove(r)
-        except:
+        except ValueError:
             print "reader %s not yet listed" % r
 
     # also remove the non-reader supported_readers.txt file




More information about the Pcsclite-cvs-commit mailing list