Hi,

please test the attached patch, since I cannot reproduce your crash.

Regards,
  Bastian
-- 
  ,''`.                  Bastian Kleineidam
 : :' :                    GnuPG Schlüssel
 `. `'    gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

--- /usr/lib/python2.3/site-packages/logilab/pylint/lint.py     2005-04-11 
12:47:45.000000000 +0200
+++ lint.py     2005-05-27 16:47:16.366451398 +0200
@@ -283,7 +283,7 @@
                     for _id in value :
                         meth(_id)
                 else :
-                    meth(_id)
+                    meth(value)
         elif opt_name == 'cache-size':
             self.manager.set_cache_size(int(value))
         elif opt_name in REPORTER_OPT_MAP and check_yn(None, opt_name, value):

Attachment: signature.asc
Description: Digital signature

Reply via email to