> > 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 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list