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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Apr 21 07:21:06 UTC 2009


Author: rousseau
Date: Tue Apr 21 07:21:06 2009
New Revision: 3460

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3460
Log:
display the list instead of raising a exception if some readers are not
listed in a .ini file

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=3460&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Tue Apr 21 07:21:06 2009
@@ -106,7 +106,8 @@
 
     # some USB descriptor are not listed in readers.txt?
     if len(real_list) > 0:
-        raise Exception("readers %s are not listed" % real_list)
+        print "Readers not listed in any .ini file:"
+        print "\n".join(real_list)
 
 def check_supported(path, all_readers):
     """




More information about the Pcsclite-cvs-commit mailing list