Hi,

I'm pylinting one of my modules and receive following error message.


C0324:113:xxxxx: Comma not followed by a space
            xxxx
                                ^^
Exception RuntimeError: 'maximum recursion depth exceeded while calling
a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling
a Python object' in <type 'exceptions.AttributeError'> ignored
C0111:117:xxxxxxy: Missing docstring



What could be a  reason for such kind of errors?


_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to