On Wed, 30 Dec 2009 21:05:55 -0800, Phillip M. Feldman wrote:
> pylint looks like an extremely handy tool, but I have encountered two 
> problems with it:
> 
> (1) pylint closes the command prompt window before I have a chance to 
> read the messages that it has generated.

  Means you're using windows if I guess from the very recent thread
  about pylint.bat

> (2) l am using three-space indentation instead of the standard 
> four-space indentation, mainly because I have some deeply-nested blocks 
> and want to minimize the number of line wraps.  Is there any way to tell 
> pylint that it should expect three-space indentation instead of 
> four-space indentation?

  pylint does have a "--indent-string" command line parameter,
  but deep nesting of blocks is in itself not a good practice.
  Most probably you could make functions out of some of the deeper
  blocks.

> Thanks!
> 
> Phillip
> --
> Dr. Phillip M. Feldman

-- 
  Eric Deplagne

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to