Re: [code-quality] Possible bug with checkers.utils.is_subclass_of()

2018-08-21 Thread Claudiu Popa
Hi Caio, You are right, that should have been `if not all()` instead. If you can provide a patch for this bug, that would be amazing! Thank you, Claudiu On 16 August 2018 at 18:28, Caio Carrara wrote: > Hello everyone. > > I'm getting an error using pylint. > > Currently in my execution the fun

[code-quality] Possible bug with checkers.utils.is_subclass_of()

2018-08-17 Thread Caio Carrara
Hello everyone. I'm getting an error using pylint. Currently in my execution the function `checkers.utils.is_subclass_of()`[1] is raising a `NoneType object has no attribute name` exception. Debugging the issue I could check one of the arguments (nodes) used by this function is `None`. I think t