[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Left over master branch pychecker warnings



> > iw/partition_ui_helpers_gui.py:51: Comparisons with True are not necessary and 
> > may not work as expected
> 
> Huh?

I imagine it's warning you about these sorts of situations:

In [2]: 'something' == True
Out[2]: False

In [3]: [1] == True
Out[3]: False

- Chris


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]