[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Left over master branch pychecker warnings
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: Left over master branch pychecker warnings
- Date: Wed, 29 Oct 2008 11:12:43 -0400
> > 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]